Browse Source

[Add] YYText (1.0.7)

xcbosa mbp16 2 years ago
parent
commit
6921187a78
1 changed files with 19 additions and 0 deletions
  1. 19 0
      YYText/1.0.7/YYText.podspec

+ 19 - 0
YYText/1.0.7/YYText.podspec

@@ -0,0 +1,19 @@
+Pod::Spec.new do |s|
+  s.name         = 'YYText'
+  s.summary      = 'Powerful text framework for iOS to display and edit rich text.'
+  s.version      = '1.0.7'
+  s.license      = { :type => 'MIT', :file => 'LICENSE' }
+  s.authors      = { 'ibireme' => 'ibireme@gmail.com' }
+  s.social_media_url = 'http://blog.ibireme.com'
+  s.homepage     = 'https://git.forgetive.org/XCAppCollection/YYText'
+  s.platform     = :ios, '6.0'
+  s.ios.deployment_target = '6.0'
+  s.source       = { :git => 'https://git.forgetive.org/XCAppCollection/YYText.git', :tag => s.version.to_s }
+  
+  s.requires_arc = true
+  s.source_files = 'YYText/**/*.{h,m}'
+  s.public_header_files = 'YYText/**/*.{h}'
+  
+  s.frameworks = 'UIKit', 'CoreFoundation','CoreText', 'QuartzCore', 'Accelerate', 'MobileCoreServices'
+
+end