[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / f / OBSwaggerClientSupport / 0.1.1 / OBSwaggerClientSupport.podspec.json
blobe3302fb00314437ac0c78d9744d0f42fe2f15000
2   "name": "OBSwaggerClientSupport",
3   "version": "0.1.1",
4   "summary": "A support module for Swagger Codegen client code.",
5   "homepage": "https://github.com/arthurgau0419/OBSwaggerClientSupport",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "arthurgau0419@gmail.com": "arthurgau0419@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/arthurgau0419/OBSwaggerClientSupport.git",
15     "tag": "0.1.1"
16   },
17   "social_media_url": "https://twitter.com/Arthurgau",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "Core"
23   ],
24   "swift_version": "4.1",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "SwaggerClientSupport/Sources/**/*"
29     },
30     {
31       "name": "Promise",
32       "source_files": "SwaggerClientSupport/Extensions/Promise/Sources/*",
33       "dependencies": {
34         "OBSwaggerClientSupport/Core": [
36         ],
37         "PromiseKit": [
39         ]
40       }
41     },
42     {
43       "name": "RxSwift",
44       "source_files": "SwaggerClientSupport/Extensions/RxSwift/Sources/*",
45       "dependencies": {
46         "OBSwaggerClientSupport/Core": [
48         ],
49         "RxSwift": [
51         ]
52       }
53     },
54     {
55       "name": "Accept-Language",
56       "source_files": "SwaggerClientSupport/Extensions/Accept-Language/Sources/*"
57     }
58   ]