mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-04-27 19:15:49 +08:00
16 lines
452 B
Ruby
16 lines
452 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', :git => 'https://github.com/paulz/Nimble-Snapshots.git', :branch => 'fix-rendering'
|
|
end
|