Podfile 233 B

12345678910111213
  1. use_frameworks!
  2. platform :ios, '10.0'
  3. target 'TSSmalCoacopods_Example' do
  4. pod 'TSSmalCoacopods', :path => '../'
  5. target 'TSSmalCoacopods_Tests' do
  6. inherit! :search_paths
  7. pod 'FBSnapshotTestCase' , '~> 2.1.4'
  8. end
  9. end