2016-02-09 01:12:39 +01:00

16 lines
397 B
Ruby

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