Files
PerspectiveTransform/Example/Podfile
2018-01-04 06:26:59 -08:00

17 lines
328 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, '11.0'
inhibit_all_warnings!
target 'Example' do
pod 'PerspectiveTransform', :path => '../'
end
target 'Tests' do
pod 'PerspectiveTransform', :path => '../'
pod 'Quick'
pod 'Nimble'
pod 'Nimble-Snapshots', :inhibit_warnings => true
end