Files
PerspectiveTransform/Example/Podfile
2016-02-23 03:07:39 -08:00

16 lines
452 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', :git => 'https://github.com/paulz/Nimble-Snapshots.git', :branch => 'fix-rendering'
end