Bruno Coelho 51aeb6c833 [swift 4] improve test suite (#4561)
* [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
2019-11-21 22:40:49 +08:00

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