[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 2 / 8 / SFJSON / 1.0.0 / SFJSON.podspec.json
blob8bbc4fd3bb7ec427da5ee776e4228cbeace33c90
2   "name": "SFJSON",
3   "version": "1.0.0",
4   "summary": "Parse JSON easily, using string paths for dictionary traversal.",
5   "description": "Apple's JSONSerialization framework is very basic. It works well and everything, but being able to dive into a JSON structure, once parsed, can be quite a pain. Using a similar paradigm as what C# uses with Newtonsoft's JSON parser, this framework allows you to pass in a string as a path in a <key>.<subkey>[index] format and let the framework do the job. Now, you can even pass in a pre-parsed dictionary and have JSONParser navigate through it using the JSONPath object.",
6   "homepage": "https://github.com/sgermain06/SFJSON.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Simon Germain": "sgermain06@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/sgermain06/SFJSON.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "SFJSON",
22   "exclude_files": "Classes/Exclude",
23   "pushed_with_swift_version": "3.0"