1 Star 0 Fork 0

yyks2021/NightFishPay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
jinyou-vicky 提交于 2019-12-25 17:19 . 修改UI
platform :ios, '9.0'
inhibit_all_warnings!
install! 'cocoapods', generate_multiple_pod_projects: true
source 'git@116.62.203.162:demo/NightFishSpec.git'
source 'https://github.com/CocoaPods/Specs.git'
target 'NightFishPay' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for NightFishPay
pod 'WechatOpenSDK', '<= 1.8.4'
pod 'AlipaySDK-iOS'
pod 'GKCover'
pod 'NightFishModelCompont'
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
if config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'].to_f < 9.0
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '9.0'
end
end
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyks2021/NightFishPay.git
git@gitee.com:yyks2021/NightFishPay.git
yyks2021
NightFishPay
NightFishPay
master

搜索帮助