blob: df129524a82d4fb49fc67aff4d49f9b0e0741a4d [file] [log] [blame]
{
"name": "GRNetworkKit",
"version": "0.5.4",
"summary": "Helpful code for making network requests",
"description": "A network abstraction that allows easy network requests/responses and streamed-from-disk multi-part form-data POSTs.",
"homepage": "https://github.com/jgrantr/GRNetworkKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Robinson": "grant@zayda.com"
},
"source": {
"git": "https://github.com/jgrantr/GRNetworkKit.git",
"tag": "0.5.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GRNetworkKit/Classes/**/*",
"public_header_files": "GRNetworkKit/Classes/GR*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"PromiseKit": [
"~> 3.5"
],
"CocoaLumberjack": [
"~> 2.4"
]
}
}