blob: 3441130db1cf0fa2d85ab69b60767527f441f1cf [file] [log] [blame]
{
"name": "NKNetworkKit",
"version": "0.1.6",
"summary": "Hides the coplexity behind the network operations with swift.",
"description": "The network requests are added to NSOperationQueue so they are evaluated asynchronously.\nSimple closures for handling success, failure and finish events.\nObserving mechanism for downloading progress.",
"homepage": "https://github.com/prcela/NKNetworkKit",
"license": "MIT",
"authors": {
"prcela": "kresimir.prcela@gmail.com"
},
"source": {
"git": "https://github.com/prcela/NKNetworkKit.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NKNetworkKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Reachability": [
"~> 3.2"
]
}
}