Files
PerspectiveTransform/Example/Podfile
Paul Zabelin 3780758615 add ImageCoordinateSpace pod
unlock cocoapods gem version
2018-01-05 17:32:33 -08:00

16 lines
314 B
Ruby

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