加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
YTTHpplePlus.podspec 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Aron 提交于 2017-04-07 11:53 . 添加Pod支持,进行一些结构修改
#
# Be sure to run `pod lib lint YTTHpplePlus.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'YTTHpplePlus'
s.version = '0.1.4'
s.summary = 'Lightweight And Powerful XML/HTML Parser Util'
s.description = <<-DESC
Lightweight And Powerful XML/HTML Parser Util
DESC
s.homepage = 'https://github.com/flypigrmvb/YTTHpplePlus'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'flypigrmvb' => '862709539@qq.com' }
s.source = { :git => 'https://github.com/flypigrmvb/YTTHpplePlus.git', :tag => s.version.to_s }
s.ios.deployment_target = '8.0'
s.source_files = 'YTTHpplePlus/Classes', 'YTTHpplePlus/Classes/**/*.{h,m}'
s.library = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' }
s.requires_arc = true
s.module_name = "YTTHpplePlus"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化