58 lines
1.2 KiB
Plaintext
58 lines
1.2 KiB
Plaintext
|
|
#platform :ios, '10.0'
|
|||
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|||
|
|
inhibit_all_warnings!
|
|||
|
|
|
|||
|
|
# 防止 TUI 组件里的 *.xcassets 与您项目里面冲突。
|
|||
|
|
install! 'cocoapods', :disable_input_output_paths => true
|
|||
|
|
|
|||
|
|
target 'SweetParty' do
|
|||
|
|
pod 'LLDebugTool',:configurations => ['Debug'] #调试工具
|
|||
|
|
pod 'AFNetworking', '~> 3.0.0', :subspecs => ['Reachability', 'Serialization', 'Security', 'NSURLSession']
|
|||
|
|
pod "MJRefresh"
|
|||
|
|
pod 'SVProgressHUD'
|
|||
|
|
pod "YYCache"
|
|||
|
|
pod 'CRBoxInputView', '1.0.2'
|
|||
|
|
pod "MJExtension"
|
|||
|
|
pod "Masonry"
|
|||
|
|
pod 'SVGAPlayer'
|
|||
|
|
pod 'Protobuf', '3.9.0'
|
|||
|
|
pod 'SSZipArchive'
|
|||
|
|
pod 'SDWebImage'
|
|||
|
|
pod 'HWPopController'
|
|||
|
|
pod 'Bugly'
|
|||
|
|
pod "MBProgressHUD" , '~> 1.0.0'
|
|||
|
|
pod 'TZImagePickerController'
|
|||
|
|
|
|||
|
|
pod 'TXIMSDK_Plus_iOS'
|
|||
|
|
pod 'ReactiveObjC'
|
|||
|
|
|
|||
|
|
#pod 'RongCloudIM/IMKit', '~> 5.1.0.1’
|
|||
|
|
#pod 'RongCloudIM/IMLib', '~> 5.1.0.1’
|
|||
|
|
#pod 'RongCloudRTC', '5.1.0'
|
|||
|
|
pod 'AgoraRtcEngine_Special_iOS', '~> 4.3.2'
|
|||
|
|
pod 'AgoraRtm_iOS'
|
|||
|
|
pod 'AgoraLyricsScore'
|
|||
|
|
|
|||
|
|
pod 'SudMGPWrapper', '~> 1.4.0.1'
|
|||
|
|
|
|||
|
|
pod 'IQKeyboardManager'
|
|||
|
|
pod 'GVUserDefaults'
|
|||
|
|
|
|||
|
|
pod 'BMKLocationKit'
|
|||
|
|
|
|||
|
|
pod 'mob_sharesdk'
|
|||
|
|
#微信不包括支付
|
|||
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat_Lite'
|
|||
|
|
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
|
|||
|
|
|
|||
|
|
pod 'WechatOpenSDK'
|
|||
|
|
pod 'AlipaySDK-iOS'
|
|||
|
|
|
|||
|
|
pod 'CL_ShanYanSDK'
|
|||
|
|
|
|||
|
|
pod 'TFPopup'
|
|||
|
|
|
|||
|
|
pod 'SDAutoLayout'
|
|||
|
|
|
|||
|
|
end
|