blob: 65caf67e233307dc12c204b4d7ac9363b4673e3a [file] [log] [blame]
{
"name": "Neutron",
"version": "0.1.0",
"summary": "Promise-based, protocol-oriented network requests in Swift",
"homepage": "https://github.com/dantheli/Neutron",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Li": "dl743@cornell.edu"
},
"source": {
"git": "https://github.com/dantheli/Neutron.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
],
"PromiseKit/Alamofire": [
]
},
"pushed_with_swift_version": "3.0"
}