Files
yinmeng-ios/Podfile

41 lines
856 B
Plaintext
Raw Normal View History

2021-09-06 18:47:38 +08:00
# 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'
2021-09-23 18:10:20 +08:00
pod 'FFPopup'
2021-09-06 18:47:38 +08:00
#易盾 本机一键登录
pod 'NTESQuickPass', '~> 2.1.6'
#模型转化
pod 'MJExtension'
2021-09-17 11:10:17 +08:00
#图片加载
pod 'SDWebImage'
2021-09-17 19:41:09 +08:00
#输入
pod 'SZTextView'
2021-09-23 18:38:33 +08:00
#轮播图
pod 'SDCycleScrollView'
#上传图片
pod 'Qiniu'
2021-09-26 20:42:33 +08:00
#内购
pod 'IAPHelper'
#持久化存储
pod 'SSKeychain'
pod 'Base64'
2021-09-27 17:44:09 +08:00
#统计
pod 'BaiduMobStatCodeless', '~> 5.3.5'
2021-09-13 18:56:16 +08:00
#登录的
pod 'mob_sharesdk'
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
2021-09-06 18:47:38 +08:00
end