Podfile 186 B

12345678910111213
  1. use_frameworks!
  2. platform :ios, '9.0'
  3. target 'BFAnalyzeKit_Example' do
  4. pod 'BFAnalyzeKit', :path => '../'
  5. target 'BFAnalyzeKit_Tests' do
  6. inherit! :search_paths
  7. end
  8. end