[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 3 / 5 / JustJson / 0.1.0 / JustJson.podspec.json
blob76ad0e2fea5c2cfc6cd32b8006a63fd801674a20
2   "name": "JustJson",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "JustJson is a simple project for handling JSON with keypaths. Copying the logic from https://oleb.net/blog/2017/01/dictionary-key-paths/",
9   "description": "SwiftyJSON is great but I want a lazy way to access the data.\nJustJson is a simple project for handling JSON with keypaths.\nOle Begemann gave a good example on how to make it.",
10   "requires_arc": true,
11   "homepage": "https://github.com/fattomhk/JustJson",
12   "authors": {
13     "PROJECT_OWNER": "fattomhk@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/fattomhk/JustJson.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/*.swift",
23   "pushed_with_swift_version": "3.0"