Podfile
743 Bytes
use_frameworks!
platform :ios, '9.0'
target 'DSCnliveShopSDK_Example' do
pod 'DSCnliveShopSDK', :path => '../'
pod 'AFNetworking', '3.2.1'
pod 'SDWebImage', '~> 5.2.3'
pod 'MJRefresh', '3.2.0'
pod 'MJExtension', '3.2.1'
pod 'IQKeyboardManager', '~> 6.3.0'
pod 'SAMKeychain', '1.5.3'
pod 'MBProgressHUD', '1.1.0'
pod 'GPUImage', '0.1.7'
pod 'Qiniu', '7.2.5'
pod 'Masonry', '1.1.0'
pod 'PLPlayerKit', '~> 3.4.3'
pod 'CNLiveRequestKitSDK', '~> 1.4.2'
pod 'QMUIKit', ' 4.0.2'
pod 'YYKit', '1.0.9'
pod 'SDAutoLayout', '2.2.1'
pod 'BKTimer', '~> 1.0.1'
pod 'BKCycleScrollView', '~> 2.0.4'
pod 'BKPickerView', '~> 1.1.1'
target 'DSCnliveShopSDK_Tests' do
inherit! :search_paths
end
end