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