blob: 231fdc07406f3e7036f574f8fc973a4095d62abe [file] [log] [blame]
{
"name": "AFNetworking+streaming",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}