加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
MyDarren 提交于 2024-04-09 15:40 . 更新新版本sdk
# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'
source 'https://gitee.com/tange-ai/tgopenspec.git'
source 'https://gitee.com/gaoshanyu/aliyun-specs.git'
platform :ios, '12.1'
target 'demo.ipc' do
pod 'TGBaseIOT', '2.3.6.3'
pod 'JSONKit', '1.0.0'
pod 'MBProgressHUD', '1.2.0'
pod 'MJRefresh', '3.7.5'
pod 'YYText', '1.0.7'
pod 'SDWebImage', '5.12.5'
pod 'FMDB', '2.7.5'
pod 'AlicloudPush', '1.9.9.7'
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.1'
end
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化