forked from loafle/openapi-generator-original
16 lines
299 B
YAML
16 lines
299 B
YAML
name: TestClient
|
|
targets:
|
|
TestClient:
|
|
type: framework
|
|
platform: iOS
|
|
deploymentTarget: "10.0"
|
|
sources: [TestClient]
|
|
info:
|
|
path: ./Info.plist
|
|
settings:
|
|
APPLICATION_EXTENSION_API_ONLY: true
|
|
SWIFT_VERSION: "5.0"
|
|
dependencies:
|
|
- carthage: Alamofire
|
|
|