[swift4] Add swift package manager and update dependencies (#4141)

* [swift4] add Swift Package Manager

* [swift] update petstore projects

* [swift4] try to run CI again
This commit is contained in:
Bruno Coelho
2019-10-18 03:38:31 +01:00
committed by William Cheng
parent 3f3559020a
commit c2ad14ea02
256 changed files with 3541 additions and 3833 deletions

View File

@@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bar** | **String** | | [optional]
**foo** | **String** | | [optional]
**bar** | **String** | | [optional] [readonly]
**foo** | **String** | | [optional] [readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -4,9 +4,9 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **Int** | |
**snakeCase** | **Int** | | [optional]
**snakeCase** | **Int** | | [optional] [readonly]
**property** | **String** | | [optional]
**_123number** | **Int** | | [optional]
**_123number** | **Int** | | [optional] [readonly]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bar** | **String** | | [optional]
**bar** | **String** | | [optional] [readonly]
**baz** | **String** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)