Podfile 313 B

12345678910111213
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. source 'ssh://zyx@192.168.66.99:/home/zyx/source/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