Podfile 195 B

12345678910111213
  1. use_frameworks!
  2. platform :ios, '8.0'
  3. target 'MKRRadioManager_Example' do
  4. pod 'MKRRadioManager', :path => '../'
  5. target 'MKRRadioManager_Tests' do
  6. inherit! :search_paths
  7. end
  8. end