PNObject/Example/Podfile
Giuseppe Nucifora 1c65349733 - Add Icon
- Add LaunchImage
- Add Button tu test Token Management and refreshtoken
2016-02-06 01:21:23 +01:00

26 lines
537 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'
pod 'nv-ios-http-status'
pod 'NSString-Helper'
pod 'CodFis-Helper'
pod 'StrongestPasswordValidator'
pod 'PureLayout'
end
target 'PNObject_Tests' do
pod "PNObject", :path => "../"
pod 'Specta'
pod 'Expecta'
pod 'FBSnapshotTestCase'
pod 'Expecta+Snapshots'
end