2016-02-09 10:41:40 +01:00

17 lines
376 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'PNImagePickerViewController_Example' do
pod 'PNImagePickerViewController', :path => '../'
pod 'PureLayout'
end
target 'PNImagePickerViewController_Tests' do
pod 'PNImagePickerViewController', :path => '../'
pod 'Specta'
pod 'Expecta'
pod 'FBSnapshotTestCase'
pod 'Expecta+Snapshots'
end