Podfile 339 B

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