12345678910111213 |
- source 'https://github.com/CocoaPods/Specs.git'
- source 'ssh://zyx@192.168.66.99:/home/zyx/source/MKRPodspecs.git'
- platform :ios, '9.2'
- inhibit_all_warnings!
- target 'MKRRadioManager_Example' do
- pod 'MKRRadioManager', :path => '../'
- target 'MKRRadioManager_Tests' do
- inherit! :search_paths
-
- end
- end
|