Files
PerspectiveTransform/Example/Podfile
Paul Zabelin 8509c89869 split Framework Unit Specs
from Application Specs
2018-02-19 20:34:28 -08:00

19 lines
384 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 'Framework Unit Specs' do
pod 'Quick'
pod 'Nimble'
target 'Application Specs' do
pod 'Nimble-Snapshots'
end
end
end