1 Star 0 Fork 0

forChallenge/YYText

加入 Gitee
與超過 1200 萬 開發者一起發現、參與優秀開源項目,私有倉庫也完全免費 :)
免費加入
文件
克隆/下載
YYText.podspec 760 Bytes
一鍵複製 編輯 原始數據 按行查看 歷史
ibireme 提交於 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 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/Nealios/YYText.git
git@gitee.com:Nealios/YYText.git
Nealios
YYText
YYText
master

搜索幫助