PNObject/Example/Podfile
Giuseppe Nucifora 78a514ed18 - update libraries
- change NSLogDebug Marco
2018-05-02 10:56:06 +02:00

14 lines
208 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