forked from loafle/openapi-generator-original
* Add validation sample * Add validation template * Add access control * Add rule property for string for numeric * Add access control * Remove useless file * Fix condition * Add properies for test * Rename * Add additional property * Run ./bin/utils/export_docs_generators.sh * Add comments for validator * Rename * Run ./bin/generate-samples.sh bin/configs/swift*
16 lines
317 B
YAML
16 lines
317 B
YAML
name: PetstoreClient
|
|
targets:
|
|
PetstoreClient:
|
|
type: framework
|
|
platform: iOS
|
|
deploymentTarget: "9.0"
|
|
sources: [PetstoreClient]
|
|
info:
|
|
path: ./Info.plist
|
|
version: 0.0.1
|
|
settings:
|
|
APPLICATION_EXTENSION_API_ONLY: true
|
|
scheme: {}
|
|
dependencies:
|
|
- carthage: AnyCodable
|