blob: bb15e4376fe13dd7abea66932106d587376db1a7 [file] [log] [blame]
{
"name": "GRNetworkKit",
"version": "0.5.7",
"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.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GRNetworkKit/Classes/**/*",
"public_header_files": "GRNetworkKit/Classes/GR*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"PromiseKit": [
],
"CocoaLumberjack": [
"~> 2.4"
]
},
"pushed_with_swift_version": "3.0"
}