blob: c0673f0b93c417cee2f0a3bbeb9a9ec58d62ba2c [file] [log] [blame]
{
"name": "NoStoryboard",
"version": "1.0.1",
"summary": "NoStoryboard makes it easier to create UIKit-elements without storyboards.",
"description": "Because UIKit is somewhat orientated towards programmers using Storyboards or at least .xib-files.\nProgrammatically creating views make sense, because of a more deterministic app behavior, less git merge issues, and many more reasons.",
"homepage": "https://github.com/pauljohanneskraft/NoStoryboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Kraft": "pauljohanneskraft@outlook.com"
},
"source": {
"git": "https://github.com/pauljohanneskraft/NoStoryboard.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NoStoryboard/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}