[Add] TorusSessionManager 6.1.0
[CocoaPods.git] / Specs / 6 / 7 / 8 / EasyRest / 1.2.0 / EasyRest.podspec.json
blobdc1de225f3fc6d96f38e7b4f46c26ae1ccf4eec5
2   "name": "EasyRest",
3   "version": "1.2.0",
4   "summary": "A simple RestClient for iOS.",
5   "description": "A simple rest library for use in our iOS project's",
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.2.0"
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": "PromiseKit",
32       "source_files": [
33         "EasyRest/Classes/**/*",
34         "PromiseKit/Classes/**/*"
35       ],
36       "dependencies": {
37         "PromiseKit": [
38           "~> 6.8"
39         ]
40       }
41     }
42   ]