blob: 46769ca4ea642bd4305206ea42897c29d37bef7e [file] [log] [blame]
{
"name": "HTMLDOMKit",
"version": "0.0.1",
"summary": "An HTML DOM generation tool written in Swift",
"description": "HTMLDOMKit allows the creation of HTML DOMs for the building of web pages. HTML pages are built using the DOM Elements and DOM Attributes, or just as a simple Dictionary. Either method can then be converted using the toHTML() method.",
"homepage": "https://github.com/MadApper/HTMLDOMKit",
"license": "MIT",
"authors": {
"Paul Napier": "paul.napier@madapper.co.uk"
},
"source": {
"git": "https://github.com/MadApper/HTMLDOMKit.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/madapperapps",
"platforms": {
"ios": "8.0"
},
"source_files": "HTMLDOMKit/Classes/**/*"
}