2021-09-06 18:47:38 +08:00
|
|
|
# Uncomment the next line to define a global platform for your project
|
|
|
|
# platform :ios, '9.0'
|
|
|
|
|
|
|
|
target 'xplan-ios' do
|
|
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
|
|
use_frameworks!
|
|
|
|
|
|
|
|
# Pods for xplan-ios
|
|
|
|
pod 'AFNetworking'
|
|
|
|
pod 'YYText'
|
|
|
|
pod 'Masonry'
|
|
|
|
pod 'ReactiveObjC'
|
|
|
|
pod 'MBProgressHUD'
|
2021-09-23 18:10:20 +08:00
|
|
|
pod 'FFPopup'
|
2021-09-06 18:47:38 +08:00
|
|
|
#易盾 本机一键登录
|
|
|
|
pod 'NTESQuickPass', '~> 2.1.6'
|
2021-09-09 11:50:49 +08:00
|
|
|
#模型转化
|
|
|
|
pod 'MJExtension'
|
2021-09-17 11:10:17 +08:00
|
|
|
#图片加载
|
|
|
|
pod 'SDWebImage'
|
2021-09-17 19:41:09 +08:00
|
|
|
#输入
|
|
|
|
pod 'SZTextView'
|
2021-09-23 18:38:33 +08:00
|
|
|
#轮播图
|
|
|
|
pod 'SDCycleScrollView'
|
2021-09-24 11:49:33 +08:00
|
|
|
#上传图片
|
|
|
|
pod 'Qiniu'
|
2021-09-13 18:56:16 +08:00
|
|
|
#登录的
|
|
|
|
pod 'mob_sharesdk'
|
|
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
|
|
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
|
|
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
|
|
|
|
|
2021-09-06 18:47:38 +08:00
|
|
|
end
|