18 lines
393 B
Plaintext
18 lines
393 B
Plaintext
![]() |
# 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'
|
||
|
#易盾 本机一键登录
|
||
|
pod 'NTESQuickPass', '~> 2.1.6'
|
||
|
|
||
|
end
|