blob: dc694f1e304b7f3b18db71ee95f2f28abdba89a8 [file] [log] [blame]
{
"name": "AFNetworking+streaming",
"version": "0.2",
"summary": "A very quick extension to AFNetworking that adds stream based parsing",
"description": "\t\t\tA very quick extension to AFNetworking that adds stream based parsing.\n\t\t\t\n\t\t\tCheckout the project in the Example folder for an example of parsing a json file as it arrives, not when it's all downloaded.\n",
"homepage": "https://github.com/deanWombourne/AFNetworking-streaming",
"license": "MIT",
"authors": {
"Sam Dean": "deanWombourne@gmail.com"
},
"source": {
"git": "https://github.com/deanWombourne/AFNetworking-streaming.git",
"tag": "0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}