blob: 023d0ed5ebc3b7a8a8c8fa2c238d43b72497dae4 [file] [log] [blame]
{
"name": "Tisander",
"version": "1.0.0",
"summary": "A pure Swift ordered JSON parser.",
"description": "A JSON parsing library written in pure Swift. It's all stored in a structure of arrays so it's ordered, and convertable to a String.",
"homepage": "https://mikezs.github.io/Tisander",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike Bignell": "mike@mbignell.com"
},
"source": {
"git": "https://github.com/mikezs/Tisander.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/mikebignell",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.1",
"source_files": "Source/*.swift"
}