openapi-generator/samples/client/petstore/objc/Podfile

5 lines
128 B
Plaintext
Raw Normal View History

2013-10-18 21:43:26 +00:00
platform :ios, '6.0'
2015-03-25 02:56:45 +00:00
xcodeproj 'PetstoreClient/PetstoreClient.xcodeproj'
2015-02-06 13:49:38 +00:00
pod 'AFNetworking', '~> 2.1'
2015-03-30 02:40:54 +00:00
pod 'JSONModel', '~> 1.0'