Files
PerspectiveTransform/Example/Podfile
2016-02-22 21:29:42 -08:00

16 lines
367 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'Example' do
pod 'PerspectiveTransform', :path => '../'
end
target 'Tests' do
pod 'PerspectiveTransform', :path => '../'
pod 'Quick', '~> 0.8.0'
pod 'Nimble', '3.0.0'
pod 'FBSnapshotTestCase', :git => 'https://github.com/neonichu/ios-snapshot-test-case'
pod 'Nimble-Snapshots'
end