[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / 3 / a / f / YALAPIClient / 2.0 / YALAPIClient.podspec.json
bloba95884352b47366a99f020fae12c1082c98c14ca
2   "name": "YALAPIClient",
3   "version": "2.0",
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"
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   ]