12345678910111213141516 |
- use_frameworks!
- platform :ios, '10.0'
- source 'https://github.com/CocoaPods/Specs.git'
- source 'https://git.yishihui.com/iOS/BFSpecs.git'
- target 'BFRecordScreenKit_Example' do
- pod 'BFRecordScreenKit', :path => '../'
- pod 'BFMaterialKit', :path => '../../BFMaterialKit/'
- pod 'BFCommonKit', :path => '../../BFCommonKit/'
- pod 'BFNetRequestKit', :path => '../../BFNetRequestKit/'
- pod 'BFFramework', :path => '../../BFFramework/'
- pod 'BFUIKit', :path => '../../BFUIKit/'
-
- pod 'GPUImage'
- end
|