blob: 48281518667819b6498efcbdf450416372c28f4f [file] [log] [blame]
{
"name": "AFNetworking+streaming",
"version": "0.6",
"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.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core"
},
{
"name": "Json",
"source_files": "Classes/Json",
"dependencies": {
"SBJson4": [
"~> 4"
],
"AFNetworking+streaming/Core": [
"0.6"
]
}
}
]
}