Podfile 524 B

12345678910111213141516
  1. use_frameworks!
  2. platform :ios, '10.0'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. source 'https://git.yishihui.com/iOS/BFSpecs.git'
  5. target 'BFRecordScreenKit_Example' do
  6. pod 'BFRecordScreenKit', :path => '../'
  7. pod 'BFMaterialKit', :path => '../../BFMaterialKit/'
  8. pod 'BFCommonKit', :path => '../../BFCommonKit/'
  9. pod 'BFNetRequestKit', :path => '../../BFNetRequestKit/'
  10. pod 'BFFramework', :path => '../../BFFramework/'
  11. pod 'BFUIKit', :path => '../../BFUIKit/'
  12. pod 'GPUImage'
  13. end