Podfile 174 B

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