Files
yinmeng-ios/Podfile

20 lines
427 B
Ruby

# 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'
#模型转化
pod 'MJExtension'
end