blob: 6aac085f0fd48d043aa5e881f246195c6007cc5b [file] [log] [blame]
{
"name": "DBGHTMLEntities",
"version": "0.1.0",
"summary": "Easily Decode/Encode HTML entity strings (e.g. &)",
"description": " Easily Decode/Encode HTML entity strings (e.g. &). Tested, and with a sexy LICENSE.\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/dbgrandi/DBGHTMLEntities",
"screenshots": "http://i.imgur.com/3qAOJig.gif",
"license": "MIT",
"authors": {
"David Grandinetti": "dave@wegoto12.com"
},
"source": {
"git": "https://github.com/dbgrandi/DBGHTMLEntities.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/dbgrandi",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes",
"private_header_files": "Classes/**/*-Private.h",
"public_header_files": "Classes/**/*.h"
}