blob: 522afca61eaab0aabd0cb8918c2c8a2325b9c232 [file] [log] [blame]
{
"name": "GridNet",
"module_name": "Grid",
"version": "0.1.16",
"summary": "A simple and clean Swift network wrapper",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/rcarvalhosilva/Grid",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rodrigo Carvalho": "rcdasilva94@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/rcarvalhosilva/Grid.git",
"tag": "0.1.16"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Core",
"source_files": "Grid/Sources/**/*"
},
{
"name": "URLSession",
"dependencies": {
"GridNet/Core": [
]
},
"source_files": "Grid/URLSession/**/*"
}
]
}