1 Star 0 Fork 0

song gao/YYText

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
YYText.podspec 760 Bytes
Copy Edit Raw Blame History
ibireme authored 2016-09-13 23:47 . rollback to old commit
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://github.com/ibireme/YYText'
s.platform = :ios, '6.0'
s.ios.deployment_target = '6.0'
s.source = { :git => 'https://github.com/ibireme/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gsherofly/YYText.git
git@gitee.com:gsherofly/YYText.git
gsherofly
YYText
YYText
master

Search