blob: 692275a159f0bd78138a85f946d6d5aee4000b3b [file] [log] [blame]
{
"name": "JSONLiteralString",
"version": "0.3.0",
"summary": "Converts JSON compatible Foundation objects into valid NSString literals.",
"description": "This is an obscure but distinct framework for converting JSON compatible objects into a valid NSString, represented as literals, that can be compiled into valid Foundation objects.",
"homepage": "https://github.com/jzucker2/JSONLiteralString",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/jzucker2/JSONLiteralString.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/jzucker",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.8"
},
"source_files": "JSONLiteralString/Classes/**/*"
}