Files
yinmeng-ios/Podfile

46 lines
963 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 '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 'mob_sharesdk'
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
#调试
pod 'LookinServer', :configurations => ['Debug']
end