blob: cd5a65c3ab0676527396feb0ce744de4118ea70f [file] [log] [blame]
{
"name": "Draftsman",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Draftsman/Classes/**/*",
"swift_versions": "5.1",
"swift_version": "5.1"
}