Podfile 295 B

12345678910
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. source 'http://60.205.190.38:9000/iOS/MKRPodSpecs.git'
  3. platform :ios, '9.2'
  4. inhibit_all_warnings!
  5. target 'MKRRadioManager_Example' do
  6. pod 'MKRRadioManager', :path => '../'
  7. target 'MKRRadioManager_Tests' do
  8. inherit! :search_paths
  9. end
  10. end