blob: ca076698a22bd5081836176a70119c364646b6dd [file] [log] [blame]
{
"name": "NoStoryboard",
"version": "0.1.0",
"summary": "NoStoryboard makes it easy to create UIs programmatically (instead of Storyboards).",
"description": "Git issues with Storyboards are messy, that's why NoStoryboard aims for programmatically adding UI-Elements for iOS development instead of using Storyboards.\nIt also adds some syntactical sugar.",
"homepage": "https://github.com/pauljohanneskraft/NoStoryboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pauljohanneskraft": "paul.kraft@tum.de"
},
"source": {
"git": "https://github.com/pauljohanneskraft/NoStoryboard.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NoStoryboard/Classes/**/*",
"pushed_with_swift_version": "4.0"
}