[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / a / f / YALAPIClient / 2.0.1 / YALAPIClient.podspec.json
blobbf3c3a0d38dd38d36f959b11217b446d58e75cc3
2   "name": "YALAPIClient",
3   "version": "2.0.1",
4   "summary": "Lightweight networking framework.",
5   "homepage": "https://github.com/Yalantis/APIClient.git",
6   "license": {
7     "type": "MIT",
8     "file": "License"
9   },
10   "authors": {
11     "Eugene Andreyev": "eugene.andreyev@yalantis.com"
12   },
13   "source": {
14     "git": "https://github.com/Yalantis/APIClient.git",
15     "tag": "2.0.1"
16   },
17   "frameworks": "Foundation",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "dependencies": {
22     "YALResult": [
23       "1.0"
24     ]
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "APIClient/Default/**/*.swift"
31     },
32     {
33       "name": "Alamofire",
34       "dependencies": {
35         "YALAPIClient/Core": [
37         ],
38         "Alamofire": [
39           "~> 4.6"
40         ]
41       },
42       "source_files": "APIClient/Alamofire/*"
43     }
44   ]