blob: 37810232e6b9b9af309ed40966109e671fba6a70 [file] [log] [blame]
{
"name": "BaseTask",
"version": "1.0.0",
"summary": "Easy NSURLSession Networking",
"description": "BaseTask is a set of classes that allow you to easily create\nan API client for a web service. It reduces the boilerplate\ndown to just the specifics you need to interact with an API.",
"homepage": "http://endoze.github.io/BaseTask",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris": "chris@wideeyelabs.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/endoze/BaseTask.git",
"tag": "1.0.0"
},
"source_files": "BaseTask/*.swift"
}