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'
|
2021-09-07 23:05:43 +08:00
|
|
|
pod 'YYModel'
|
2021-09-06 18:47:38 +08:00
|
|
|
pod 'Masonry'
|
|
|
|
pod 'ReactiveObjC'
|
|
|
|
pod 'MBProgressHUD'
|
|
|
|
#易盾 本机一键登录
|
|
|
|
pod 'NTESQuickPass', '~> 2.1.6'
|
|
|
|
|
|
|
|
end
|