PNObject/Example/Podfile
2016-12-29 15:47:15 +01:00

12 lines
182 B
Ruby

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