blob: a2ca2dd89d78ccd79901909b310a3c82e9ab466e [file] [log] [blame]
{
"name": "JJson",
"version": "0.1.0",
"summary": "Parse json",
"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.",
"homepage": "https://github.com/jaycanty/JJson",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "jayiosdev@gmail.com",
"source": {
"git": "https://github.com/jaycanty/JJson.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.2"
},
"source_files": "JJson/Classes/**/*",
"pushed_with_swift_version": "3.0"
}