Podfile 317 B

12345678910111213
  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. use_frameworks!
  5. inhibit_all_warnings!
  6. target 'MKRRadioManager_Example' do
  7. pod 'MKRRadioManager', :path => '../'
  8. target 'MKRRadioManager_Tests' do
  9. inherit! :search_paths
  10. end
  11. end