blob: 150b3eef20ce9009289c82048df6922463d18d10 [file] [log] [blame]
{
"name": "NKNetworkKit",
"version": "0.2.2",
"summary": "Leave the coplexity of network operations behind the scene. In Swift.",
"description": "The network requests are added to NSOperationQueue so they are evaluated asynchronously.\nSimple closures for handling success, failure and finish events.\nSimple file download and observing 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.2.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"NKNetworkKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Reachability": [
]
}
}