[Add] DriveKitDriverAchievement 2.9.1
[CocoaPods.git] / Specs / 6 / 7 / 8 / EasyRest / 1.0.1 / EasyRest.podspec.json
blob5871ca5865ad7e14be8e745e5f348daca51d1764
2   "name": "EasyRest",
3   "version": "1.0.1",
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.0.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "source_files": "EasyRest/Classes/**/*",
21   "dependencies": {
22     "Genome": [
24     ],
25     "Alamofire": [
26       "~> 4.0.1"
27     ]
28   },
29   "pushed_with_swift_version": "3.0",
30   "subspecs": [
31     {
32       "name": "Core"
33     },
34     {
35       "name": "LoggerBeaver",
36       "source_files": [
37         "EasyRest/Classes/**/*",
38         "LoggerBeaver/Classes/**/*"
39       ],
40       "dependencies": {
41         "SwiftyBeaver": [
43         ]
44       }
45     }
46   ]