[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / d / a / e / AFNetworking+streaming / 0.6.2 / AFNetworking+streaming.podspec.json
blobb9dbc5f90ea48ab0ea8944958ceee293fac88993
2   "name": "AFNetworking+streaming",
3   "version": "0.6.2",
4   "summary": "A very quick extension to AFNetworking that adds stream based parsing",
5   "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",
6   "homepage": "https://github.com/deanWombourne/AFNetworking-streaming",
7   "license": "MIT",
8   "authors": {
9     "Sam Dean": "deanWombourne@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/deanWombourne/AFNetworking-streaming.git",
13     "tag": "0.6.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
21       "~> 2.3"
22     ]
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Classes/Core"
28     },
29     {
30       "name": "Json",
31       "source_files": "Classes/Json",
32       "dependencies": {
33         "SBJson4": [
34           "~> 4"
35         ],
36         "AFNetworking+streaming/Core": [
37           "0.6.2"
38         ]
39       }
40     }
41   ]