| { |
| "name": "SwaggerKit", |
| "version": "1.0.0-alpha.6", |
| "summary": "A swifty parser for OpenAPI (Swagger) specs", |
| "homepage": "https://github.com/almazrafi/SwaggerKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Almaz Ibragimov": "almazrafi@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/almazrafi/SwaggerKit.git", |
| "tag": "1.0.0-alpha.6" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "Sources/**/*.swift", |
| "frameworks": "Foundation", |
| "platforms": { |
| "ios": "10.0", |
| "osx": "10.12", |
| "tvos": "10.0", |
| "watchos": "3.0" |
| }, |
| "dependencies": { |
| "Yams": [ |
| "~> 2.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |