Podfile 220 B

12345678910111213
  1. use_frameworks!
  2. platform :ios, '9.0'
  3. target 'WHCServieRouter_Example' do
  4. pod 'WHCServieRouter', :path => '../'
  5. target 'WHCServieRouter_Tests' do
  6. inherit! :search_paths
  7. # pod 'FBSnapshotTestCase'
  8. end
  9. end