Podfile 437 B

123456789101112131415
  1. source 'https://github.com/CocoaPods/Specs.git'
  2. use_frameworks!
  3. target 'EARestrictedScrollView', :exclusive => true do
  4. pod 'EARestrictedScrollView', :path => '../'
  5. end
  6. target 'Tests', :exclusive => true do
  7. pod 'EARestrictedScrollView', :path => '../'
  8. pod 'Specta'
  9. pod 'Expecta'
  10. pod 'FBSnapshotTestCase/Core'
  11. pod 'Expecta+Snapshots', :git => 'https://github.com/dblock/ios-snapshot-test-case-expecta.git'
  12. end