forked from loafle/openapi-generator-original
* [Swift] Update Alamofire version and update tests and Swift version to 4.2 for default and RxSwift variants * Update promiseKit for Swift 4.0 * Update project files. * Merge branch 'master' of https://github.com/OpenAPITools/openapi-generator into OpenAPITools-master # Conflicts: # samples/client/petstore/swift4/default/SwaggerClientTests/SwaggerClient.xcodeproj/project.pbxproj * Merge in latest master * Remove typo in bash file
11 lines
211 B
Ruby
11 lines
211 B
Ruby
use_frameworks!
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
target 'SwaggerClient' do
|
|
pod "PetstoreClient", :path => "../"
|
|
|
|
target 'SwaggerClientTests' do
|
|
inherit! :search_paths
|
|
end
|
|
end
|