blob: b6d4b9c586adbfe0401f791aaa8a566f3ae06a75 [file] [log] [blame]
{
"name": "Draftsman",
"version": "1.0.3",
"summary": "Draftsman is a DSL framework for Swift",
"description": "Draftsman is a DSL framework for Swift focussed on builder pattern",
"homepage": "https://github.com/nayanda1/Draftsman",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nayanda": "nayanda1@outlook.com"
},
"source": {
"git": "https://github.com/nayanda1/Draftsman.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Draftsman/Classes/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}