Files
openapi-generator/samples/client/petstore/objc/Podfile
2015-06-09 00:41:08 -07:00

6 lines
141 B
Ruby

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