mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 22:49:33 +08:00
16 lines
367 B
Ruby
16 lines
367 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'
|
|
end
|