Podfile
1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
source 'https://github.com/CocoaPods/Specs.git'
source ‘http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git’
use_frameworks!
platform :ios, '9.0'
target 'CNLiveDisease_Example' do
pod 'CNLiveDisease', :path => '../'
pod 'CNLiveBaseKit'
pod 'CNLiveTripartiteManagement/Masonry'
pod 'CNLiveTripartiteManagement/QMUIKit'
pod 'CNLiveCommonCategory'
pod 'CNLiveImagePickerController'
pod 'CNLiveAVCamera'
# pod 'CNLiveUploadManager'
pod 'FLAnimatedImage'
pod 'CNLiveCoreMediator'
pod 'CNLiveCommonClass'
pod 'CNLiveRequestBastKit'
pod 'CNLiveCoreMediator_ModuleDiseaseAction'
target 'CNLiveDisease_Tests' do
inherit! :search_paths
pod 'CNLiveBaseKit'
pod 'CNLiveTripartiteManagement/Masonry'
pod 'CNLiveTripartiteManagement/QMUIKit'
pod 'CNLiveCommonCategory'
pod 'CNLiveImagePickerController'
pod 'CNLiveAVCamera'
# pod 'CNLiveUploadManager'
pod 'FLAnimatedImage'
pod 'CNLiveCoreMediator'
pod 'CNLiveCommonClass'
pod 'CNLiveRequestBastKit'
pod 'CNLiveCoreMediator_ModuleDiseaseAction'
end
end