1 Star 1 Fork 0

DevalLee/Animal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Animal.podspec 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
bel 提交于 2021-11-13 17:25 . 第一次提交
#
# Be sure to run `pod lib lint Animal.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 https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'Animal'
s.version = '0.1.0'
s.summary = 'A short description of Animal.'
s.description = <<-DESC
Animal
DESC
s.homepage = 'https://github.com/1260197127@qq.com/Animal'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { '1260197127@qq.com' => '1260197127@qq.com' }
s.source = { :git => 'https://github.com/1260197127@qq.com/Animal.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.dependency 'Alamofire'
s.static_framework = true
s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => true }
s.subspec 'Framework' do |sf|
sf.vendored_framework = "Animal.xcframework"
end
s.subspec 'Source' do |sc|
sc.source_files = 'Animal/Classes/**/*'
end
s.default_subspecs = 'Framework'
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/DevalLee/animal.git
git@gitee.com:DevalLee/animal.git
DevalLee
animal
Animal
master

搜索帮助