mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-04-27 19:15:49 +08:00
17 lines
328 B
Ruby
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
|