forked from loafle/openapi-generator-original
* [swift] improve testing in sample projects * [swift] update run tests script * [swift] regenerate samples * [swift] fix tests with PromiseKit * [swift4] compile every project with swift package manager
17 lines
341 B
YAML
17 lines
341 B
YAML
name: PetstoreClient
|
|
targets:
|
|
PetstoreClient:
|
|
type: framework
|
|
platform: iOS
|
|
deploymentTarget: "10.0"
|
|
sources: [PetstoreClient]
|
|
info:
|
|
path: ./Info.plist
|
|
version: 1.0.0
|
|
settings:
|
|
APPLICATION_EXTENSION_API_ONLY: true
|
|
scheme: {}
|
|
dependencies:
|
|
- carthage: Alamofire
|
|
- carthage: RxSwift
|