[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / a / f / YALAPIClient / 2.5 / YALAPIClient.podspec.json
blob253a578d5a7b6b65e3f42bf24d3ccbceba450c39
2   "name": "YALAPIClient",
3   "version": "2.5",
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     "Roman Kyrylenko": "roman.kyrylenko@yalantis.com",
13     "Anton Vodolazkyi": "anton.vodolazky@yalantis.com"
14   },
15   "source": {
16     "git": "https://github.com/Yalantis/APIClient.git",
17     "tag": "2.5"
18   },
19   "frameworks": "Foundation",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "dependencies": {
24     "YALResult": [
25       "1.1"
26     ]
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "APIClient/Default/**/*.swift"
33     },
34     {
35       "name": "Alamofire",
36       "dependencies": {
37         "YALAPIClient/Core": [
39         ],
40         "Alamofire": [
41           "~> 4.7"
42         ]
43       },
44       "source_files": "APIClient/Alamofire/*"
45     }
46   ]