[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / a / 7 / JJson / 0.1.0 / JJson.podspec.json
bloba2ca2dd89d78ccd79901909b310a3c82e9ab466e
2   "name": "JJson",
3   "version": "0.1.0",
4   "summary": "Parse json",
5   "description": "This pod parses json and is syntactically similar to SwiftyJson.  It uses an enum to wrap json into a safe type.  This has not been tested enough to use for anything meaningful.",
6   "homepage": "https://github.com/jaycanty/JJson",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "jayiosdev@gmail.com",
12   "source": {
13     "git": "https://github.com/jaycanty/JJson.git",
14     "tag": "0.1.0"
15   },
16   "platforms": {
17     "ios": "10.2"
18   },
19   "source_files": "JJson/Classes/**/*",
20   "pushed_with_swift_version": "3.0"