PNObject/Example/Podfile
2015-12-28 19:29:34 +01:00

16 lines
321 B
Ruby

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