Commit 5fde4cbc9942fccea007774c4afa118f0c5d9af5
1 parent
3511c30a
0.0.1
Showing
2 changed files
with
41 additions
and
0 deletions
DSCnliveShopSDK.podspec
| ... | ... | @@ -40,4 +40,24 @@ TODO: Add long description of the pod here. |
| 40 | 40 | # s.frameworks = 'UIKit', 'MapKit' |
| 41 | 41 | # s.dependency 'AFNetworking', '~> 2.3' |
| 42 | 42 | |
| 43 | + s.dependency 'AFNetworking', '3.2.1' | |
| 44 | + s.dependency 'SDWebImage', '~> 5.2.3' | |
| 45 | + s.dependency 'MJRefresh', '3.2.0' | |
| 46 | + s.dependency 'MJExtension', '3.2.1' | |
| 47 | + s.dependency 'IQKeyboardManager', '~> 6.3.0' | |
| 48 | + s.dependency 'SAMKeychain', '1.5.3' | |
| 49 | + s.dependency 'MBProgressHUD', '1.1.0' | |
| 50 | + s.dependency 'GPUImage', '0.1.7' | |
| 51 | + s.dependency 'Qiniu', '7.2.5' | |
| 52 | + s.dependency 'Masonry', '1.1.0' | |
| 53 | + s.dependency 'PLPlayerKit', '~> 3.4.3' | |
| 54 | + s.dependency 'CNLiveRequestKitSDK', '~> 1.4.2' | |
| 55 | + | |
| 56 | + s.dependency 'QMUIKit', ' 4.0.2' | |
| 57 | + s.dependency 'YYKit', '1.0.9' | |
| 58 | + s.dependency 'SDAutoLayout', '2.2.1' | |
| 59 | + | |
| 60 | + s.dependency 'BKTimer', '~> 1.0.1' | |
| 61 | + s.dependency 'BKCycleScrollView', '~> 2.0.4' | |
| 62 | + s.dependency 'BKPickerView', '~> 1.1.1' | |
| 43 | 63 | end | ... | ... |
Example/Podfile
| ... | ... | @@ -4,7 +4,28 @@ platform :ios, '9.0' |
| 4 | 4 | |
| 5 | 5 | target 'DSCnliveShopSDK_Example' do |
| 6 | 6 | pod 'DSCnliveShopSDK', :path => '../' |
| 7 | + | |
| 8 | + pod 'AFNetworking', '3.2.1' | |
| 9 | + pod 'SDWebImage', '~> 5.2.3' | |
| 10 | + pod 'MJRefresh', '3.2.0' | |
| 11 | + pod 'MJExtension', '3.2.1' | |
| 12 | + pod 'IQKeyboardManager', '~> 6.3.0' | |
| 13 | + pod 'SAMKeychain', '1.5.3' | |
| 14 | + pod 'MBProgressHUD', '1.1.0' | |
| 15 | + pod 'GPUImage', '0.1.7' | |
| 16 | + pod 'Qiniu', '7.2.5' | |
| 17 | + pod 'Masonry', '1.1.0' | |
| 18 | + pod 'PLPlayerKit', '~> 3.4.3' | |
| 19 | + pod 'CNLiveRequestKitSDK', '~> 1.4.2' | |
| 7 | 20 | |
| 21 | + pod 'QMUIKit', ' 4.0.2' | |
| 22 | + pod 'YYKit', '1.0.9' | |
| 23 | + pod 'SDAutoLayout', '2.2.1' | |
| 24 | + | |
| 25 | + pod 'BKTimer', '~> 1.0.1' | |
| 26 | + pod 'BKCycleScrollView', '~> 2.0.4' | |
| 27 | + pod 'BKPickerView', '~> 1.1.1' | |
| 28 | + | |
| 8 | 29 | target 'DSCnliveShopSDK_Tests' do |
| 9 | 30 | inherit! :search_paths |
| 10 | 31 | ... | ... |