[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / 5 / YumeAlamofire / 4.2.6 / YumeAlamofire.podspec.json
blobe50c284e8178e228df4392876b3510628463ffd4
2   "name": "YumeAlamofire",
3   "version": "4.2.6",
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": "4.2.6"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "default_subspecs": "Core",
19   "swift_version": "4.2",
20   "static_framework": true,
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.7.3"
24     ],
25     "JSONDecodeKit": [
26       "~> 4.1.0"
27     ],
28     "AwaitKit": [
29       "~> 5.0.1"
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "Sources/YumeAlamofire/*.swift",
37         "Sources/YumeAlamofire/Entry/*.swift",
38         "Sources/YumeAlamofire/Error/*.swift",
39         "Sources/YumeAlamofire/Misc/*.swift"
40       ],
41       "frameworks": "Foundation"
42     },
43     {
44       "name": "JSONMock",
45       "source_files": "Sources/JSONMock/*.swift",
46       "dependencies": {
47         "YumeAlamofire/Core": [
49         ]
50       }
51     }
52   ]