Podfile 314 B

1234567891011
  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. pod 'YYCategory'
  8. target 'MKRRadioManager_Tests' do
  9. inherit! :search_paths
  10. end
  11. end