[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 5 / JustJson / 0.1.4 / JustJson.podspec.json
blob53a7105697abf741418adfe5e2be55297e239a7a
2   "name": "JustJson",
3   "version": "0.1.4",
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.4"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Source/*.swift",
23   "pushed_with_swift_version": "3.0"