blob: 2a6c30246d3981e2be49cda5ec4e0d92923662ef [file] [log] [blame]
{
"name": "NetworkStackSwift",
"version": "0.5.0",
"summary": "Network Layer along with Parsing for Swift Projects.",
"description": "NetworkStack allows easy and fast integration of a network layer for a swift and objective c project along with caching the response if specified.",
"homepage": "https://github.com/abhishekaks/NetworkStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"abhishekaks": "abhishekattitude@gmail.com"
},
"source": {
"git": "https://github.com/abhishekaks/NetworkStack.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NetworkStack/Classes/**/*",
"dependencies": {
"PINCache": [
],
"Marshal": [
]
},
"pushed_with_swift_version": "3.0"
}