1 Star 0 Fork 0

yyks2021/nightfish_ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
podfile 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
jinyou-vicky 提交于 2020-10-09 20:40 . 更换证书,修改登录
# Uncomment the next line to define a global platform for your project
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 'NightFish' do
pod 'NightFishMineOrderList', '2.4.2'
pod 'NightFishMineCoupons', '1.4.1'
pod 'NightFishCityListKit', '1.1.9'
pod 'NightFishPaySuccess','1.3.3'
pod 'NightFishPay', '1.2.0'
pod 'NightFishDateComponet','0.3.9'
pod 'NightFishMapCompont', '0.6.4'
pod 'NightFishModelCompont', '0.7.3'
pod 'NightFishOrderPayCompont', '1.4.6'
pod 'NightFishWebViewCompont', '1.4.8'
pod 'NightFishLoginCompont', '1.4.7'
pod 'NightFishCategory', '1.3.0'
pod 'NightFishWalltComphont', '1.5.5'
pod 'CWLateralSlide', '1.6.5'
pod 'JPFPSStatus', '0.1.1'
pod 'coobjc', '1.2.0'
pod 'YYText', '1.0.7'
pod 'HBDNavigationBar', '1.7.4'
# 集成QQ/QZone/TIM(精简版0.5M)
pod 'UMCShare/Social/ReducedQQ', '6.9.6'
pod 'Bugly', '~> 2.5.71'
# 集成新浪微博(精简版1M)
pod 'UMCShare/Social/ReducedSina', '6.9.6'
# pod 'UMCAnalytics', '6.0.5'
pod 'ZWPlaceHolder', '0.0.2'
pod 'ZLPhotoBrowser', '3.1.2'
pod 'ZWLimitCounter', '0.0.4'
pod 'SDCycleScrollView', '1.80'
pod 'WQQrCode', '0.0.2'
pod 'EBBannerView', '1.1.2'
pod 'OSSImageMaker', '0.1.2'
pod 'TABAnimated', '2.2.5'
pod 'MGJRouter', '0.10.0'
pod 'QQCorner', '1.1.2'
pod 'ZLCollectionViewFlowLayout', '1.1.6'
pod 'LBXScan/LBXNative','~> 2.3'
# pod 'MLeaksFinder'
# pod 'LookinServer', :configurations => ['Debug']
target 'NightFishTests' do
inherit! :search_paths
# pod 'KIF', '~> 3.5.1'
end
target 'NightFishUITests' do
inherit! :search_paths
end
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 < 8.0
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'
end
end
end
end
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yyks2021/nightfish_ios.git
git@gitee.com:yyks2021/nightfish_ios.git
yyks2021
nightfish_ios
nightfish_ios
master

搜索帮助