[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 6 / 7 / 8 / EasyRest / 1.1.2 / EasyRest.podspec.json
blobd7f8555abff3b9b4256b620bf21ce9cab3e5a494
2   "name": "EasyRest",
3   "version": "1.1.2",
4   "summary": "A simple RestClient for iOS.",
5   "description": "A simple rest library",
6   "homepage": "https://github.com/lucasmpaim/EasyRest",
7   "license": "MIT",
8   "authors": {
9     "Lucas": "lucasmpaim1@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lucasmpaim/EasyRest.git",
13     "tag": "1.1.2"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "source_files": "EasyRest/Classes/**/*",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.8.1"
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Core"
29     },
30     {
31       "name": "LoggerBeaver",
32       "source_files": [
33         "EasyRest/Classes/**/*",
34         "LoggerBeaver/Classes/**/*"
35       ],
36       "dependencies": {
37         "SwiftyBeaver": [
38           "~> 1.7.0"
39         ]
40       }
41     },
42     {
43       "name": "PromiseKit",
44       "source_files": [
45         "EasyRest/Classes/**/*",
46         "PromiseKit/Classes/**/*"
47       ],
48       "dependencies": {
49         "PromiseKit": [
50           "~> 6.8"
51         ]
52       }
53     }
54   ]