[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 1 / 9 / a / GridNet / 0.1.16 / GridNet.podspec.json
blob522afca61eaab0aabd0cb8918c2c8a2325b9c232
2   "name": "GridNet",
3   "module_name": "Grid",
4   "version": "0.1.16",
5   "summary": "A simple and clean Swift network wrapper",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/rcarvalhosilva/Grid",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Rodrigo Carvalho": "rcdasilva94@gmail.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/rcarvalhosilva/Grid.git",
20     "tag": "0.1.16"
21   },
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Grid/Sources/**/*"
27     },
28     {
29       "name": "URLSession",
30       "dependencies": {
31         "GridNet/Core": [
33         ]
34       },
35       "source_files": "Grid/URLSession/**/*"
36     }
37   ]