blob: 78b0fd59763deb0a7f722a6b61e6690e4a34e48d [file] [log] [blame]
{
"name": "SwiftyHTML",
"version": "0.2.0",
"summary": "SwiftyHTML makes it easy to model HTML documents in Swift.",
"swift_version": "3.2",
"description": "SwiftyHTML makes it easy to model and generate HTML documents using Swift.",
"homepage": "https://github.com/rwbutler/SwiftyHTML",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rwbutler": "github@rwbutler.com"
},
"source": {
"git": "https://github.com/rwbutler/SwiftyHTML.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftyHTML/Classes/**/*"
}