51 lines
1.1 KiB
Ruby
51 lines
1.1 KiB
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 'FFPopup'
|
|
#易盾 本机一键登录
|
|
pod 'NTESQuickPass', '~> 2.1.6'
|
|
#模型转化
|
|
pod 'MJExtension'
|
|
#图片加载
|
|
pod 'SDWebImage'
|
|
#输入
|
|
pod 'SZTextView'
|
|
#轮播图
|
|
pod 'SDCycleScrollView'
|
|
#上传图片
|
|
pod 'Qiniu'
|
|
#内购
|
|
pod 'IAPHelper'
|
|
#持久化存储
|
|
pod 'SSKeychain'
|
|
pod 'Base64'
|
|
#统计
|
|
pod 'BaiduMobStatCodeless', '~> 5.3.5'
|
|
#文字自动滚动
|
|
pod 'MarqueeLabel-ObjC'
|
|
#声网
|
|
pod 'AgoraRtcEngine_iOS', '~> 3.0.1'
|
|
#pop动画
|
|
pod 'pop', '~> 1.0.12'
|
|
#云信
|
|
pod 'NIMSDK_LITE', '~> 7.8.3'
|
|
#登录的
|
|
pod 'mob_sharesdk'
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
|
|
#调试
|
|
pod 'LookinServer', :configurations => ['Debug']
|
|
|
|
end
|