blob: 5e7164a3915e37276b5a45e71fa65ee3851edc01 [file] [log] [blame]
{
"name": "Jay",
"version": "0.1.1",
"summary": "Pure-Swift JSON parser. Linux & OS X ready",
"description": "Pure-Swift JSON parser. Linux & OS X ready. Replacement for NSJSONSerialization.",
"homepage": "https://github.com/czechboy0/Jay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honza Dvorsky": "https://honzadvorsky.com"
},
"social_media_url": "http://twitter.com/czechboy0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/czechboy0/Jay.git",
"tag": "0.1.1"
},
"source_files": "Sources/Jay/*.swift"
}