[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / 8 / 5 / SBJson / 5.0.3 / SBJson.podspec.json
blob336e2818da195679847d4598dd91fab936bf6847
2   "name": "SBJson",
3   "version": "5.0.3",
4   "homepage": "https://github.com/SBJson/SBJson",
5   "license": {
6     "type": "BSD",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Stig Brautaset": "stig@brautaset.org"
11   },
12   "summary": "A strict JSON parser and generator in Objective-C.\nIts primary feature is stream/chunk-based operation.",
13   "description": "SBJson implements a strict JSON parser and generator in\nObjective-C. Its primary feature is stream/chunk-based\noperation: feed it one or more chunks of UTF8-encoded data and\nit will call a block you provide with each root-level document\nor array. Or, optionally, for each top-level entry in each\nroot-level array.\n\nWith this you can reduce the apparent latency for each\ndownload/parse cycle of documents over a slow connection. You\ncan start parsing *and return chunks of the parsed document*\nbefore the full document has downloaded. You can also parse\nmassive documents bit by bit so you don't have to keep them\nall in memory.",
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/SBJson/SBJson.git",
22     "tag": "v5.0.3"
23   },
24   "source_files": "Classes/*",
25   "requires_arc": true