[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / a / e / AFNetworking+streaming / 0.2 / AFNetworking+streaming.podspec.json
blobdc694f1e304b7f3b18db71ee95f2f28abdba89a8
2   "name": "AFNetworking+streaming",
3   "version": "0.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.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "dependencies": {
21     "AFNetworking": [
22       "~> 2.3"
23     ]
24   }