PNObject/Example/Podfile
Giuseppe Nucifora c3e77e7a09 - ADD PNObjectConfig Class
- ADD PNObjectSubclassing Protocol
2016-01-08 20:21:22 +01:00

22 lines
379 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'PNObject_Example' do
pod "PNObject", :path => "../"
pod 'PEAR-FileManager-iOS'
pod 'NSDate_Utils'
pod 'UIDevice-Utils'
pod 'AFNetworking',
end
target 'PNObject_Tests' do
pod "PNObject", :path => "../"
pod 'Specta'
pod 'Expecta'
pod 'FBSnapshotTestCase'
pod 'Expecta+Snapshots'
end