blob: 7f6a860a7297ef8ca9c177072d63d0b89684df44 [file] [log] [blame]
{
"name": "OBSwaggerClientSupport",
"version": "0.1.2",
"summary": "A support module for Swagger Codegen client code.",
"homepage": "https://github.com/arthurgau0419/OBSwaggerClientSupport",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arthurgau0419@gmail.com": "arthurgau0419@gmail.com"
},
"source": {
"git": "https://github.com/arthurgau0419/OBSwaggerClientSupport.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/Arthurgau",
"platforms": {
"ios": "9.3"
},
"default_subspecs": [
"Core"
],
"swift_version": "4.1",
"subspecs": [
{
"name": "Core",
"source_files": "SwaggerClientSupport/Sources/**/*"
},
{
"name": "Promise",
"source_files": "SwaggerClientSupport/Extensions/Promise/Sources/*",
"dependencies": {
"OBSwaggerClientSupport/Core": [
],
"PromiseKit": [
]
}
},
{
"name": "RxSwift",
"source_files": "SwaggerClientSupport/Extensions/RxSwift/Sources/*",
"dependencies": {
"OBSwaggerClientSupport/Core": [
],
"RxSwift": [
]
}
},
{
"name": "Accept-Language",
"source_files": "SwaggerClientSupport/Extensions/Accept-Language/Sources/*"
}
]
}