Podfile
367 Bytes
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
platform :ios, '8.0'
target 'CNLiveImagePickerController_Example' do
pod 'CNLiveImagePickerController', :path => '../'
#pod 'CNLiveBaseKit'
target 'CNLiveImagePickerController_Tests' do
inherit! :search_paths
end
end