29 lines
650 B
Ruby
29 lines
650 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'
|
|
#图片加载
|
|
pod 'SDWebImage'
|
|
#输入
|
|
pod 'SZTextView'
|
|
#登录的
|
|
pod 'mob_sharesdk'
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
|
|
|
|
end
|