[Add] RegulaCommonNightly 7.6.968
[CocoaPods.git] / Specs / 1 / 7 / 5 / YumeAlamofire / 5.0.5 / YumeAlamofire.podspec.json
blobe557e48a17e1e2e23dbe13f9e35506398bf4635e
2   "name": "YumeAlamofire",
3   "version": "5.0.5",
4   "license": "MIT",
5   "summary": "A Library combine network request and json decode in POP way",
6   "homepage": "https://github.com/yume190/YumeAlamofire",
7   "authors": {
8     "yume190": "yume190@gmail.com"
9   },
10   "social_media_url": "https://www.facebook.com/yume190",
11   "source": {
12     "git": "https://github.com/yume190/YumeAlamofire.git",
13     "tag": "5.0.5"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "default_subspecs": "Core",
19   "swift_versions": "5.0",
20   "swift_version": "5.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "Sources/YumeAlamofire/*.swift",
26         "Sources/YumeAlamofire/Entry/*.swift",
27         "Sources/YumeAlamofire/Error/*.swift",
28         "Sources/YumeAlamofire/Misc/*.swift"
29       ],
30       "dependencies": {
31         "Alamofire": [
32           "~> 4.8.0"
33         ],
34         "JSONDecodeKit": [
35           "~> 5.0"
36         ]
37       },
38       "frameworks": "Foundation"
39     },
40     {
41       "name": "Rx",
42       "source_files": [
43         "Sources/Rx/*.swift"
44       ],
45       "dependencies": {
46         "RxSwift": [
48         ],
49         "YumeAlamofire/Core": [
51         ]
52       }
53     },
54     {
55       "name": "JSONMock",
56       "source_files": "Sources/JSONMock/*.swift",
57       "dependencies": {
58         "YumeAlamofire/Core": [
60         ]
61       }
62     }
63   ]