blob: 713dca38de13eaebd1fe9a090f96fdd387d450e1 [file] [log] [blame]
{
"name": "AFNetworking+streaming",
"version": "1.0.2",
"summary": "A very quick extension to AFNetworking that adds stream based parsing",
"description": "A very quick extension to AFNetworking that adds stream based parsing.\n\nCheckout the project in the Example folder for an example of parsing a json file as it arrives, not when it's all downloaded.",
"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": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"> 2.0"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Classes/Core"
},
{
"name": "Json",
"source_files": "Classes/Json",
"dependencies": {
"SBJson4": [
"~> 4"
],
"AFNetworking+streaming/Core": [
"1.0.2"
]
}
}
]
}