Podfile 284 B

12345678910111213141516
  1. use_frameworks!
  2. source 'http://git.bogokj.com/fandong/BogoSpec.git'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. platform :ios, '9.0'
  5. target 'FDUIKitObjC_Example' do
  6. pod 'FDUIKitObjC', :path => '../'
  7. target 'FDUIKitObjC_Tests' do
  8. inherit! :search_paths
  9. end
  10. end