1 Star 0 Fork 2

徐胖胖/YYText

forked from Gitee 极速下载/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/xu_pangpangpang/YYText.git
git@gitee.com:xu_pangpangpang/YYText.git
xu_pangpangpang
YYText
YYText
master

搜索帮助