blob: fa4e4e4e8e1ad205d4a4aef3a4b47844b31b5e32 [file] [log] [blame]
{
"name": "CodableJSON",
"version": "1.1.1",
"summary": "JSON in Swift - the way it should be",
"description": "Simplify the way that you use JSON objects.",
"homepage": "https://github.com/guykogus/CodableJSON",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Guy Kogus": "guy.kogus@gmail.com"
},
"documentation_url": "http://www.json.org",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/guykogus/CodableJSON.git",
"tag": "1.1.1"
},
"source_files": "CodableJSON/*.swift"
}