blob: 6986eb7f549d8c1237975639356916c8d743e571 [file] [log] [blame]
{
"name": "SwaggerKit",
"version": "1.0.0-alpha.1",
"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.1"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"dependencies": {
"Yams": [
"~> 2.0"
]
},
"swift_version": "5.0"
}