Podfile 282 B

12345678910111213141516
  1. #use_frameworks!
  2. source 'http://git.bogokj.com/fandong/BogoSpec.git'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. platform :ios, '9.0'
  5. target 'BogoPayKit_Example' do
  6. pod 'BogoPayKit', :path => '../'
  7. target 'BogoPayKit_Tests' do
  8. inherit! :search_paths
  9. end
  10. end