Files
yinmeng-ios/Podfile
2021-09-23 19:32:39 +08:00

27 lines
623 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 'mob_sharesdk'
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
pod 'mob_sharesdk/ShareSDKPlatforms/Apple'
end