[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / 6 / 7 / 8 / EasyRest / 1.1.1 / EasyRest.podspec.json
blob4ee02a03062823258fda20716a9a8b51bd959f5b
2   "name": "EasyRest",
3   "version": "1.1.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.1.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     "Alamofire": [
23       "~> 4.7.3"
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.6.2"
39         ]
40       }
41     }
42   ]