mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-06-19 01:46:09 +08:00
16 lines
314 B
Ruby
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
|