openapi-generator/samples/client/petstore/objc/Podfile
2015-03-29 19:40:54 -07:00

5 lines
128 B
Ruby

platform :ios, '6.0'
xcodeproj 'PetstoreClient/PetstoreClient.xcodeproj'
pod 'AFNetworking', '~> 2.1'
pod 'JSONModel', '~> 1.0'