PNObject/Example/Podfile

14 lines
204 B
Ruby

platform :ios, '9.0'
target 'PNObject_Example' do
pod 'PNObject', :path => '../'
pod 'PureLayout'
target 'PNObject_Tests' do
inherit! :search_paths
pod 'Specta'
pod 'Expecta'
end
end