blob: 031b493972d18d8b548171eec417bebbbadadabb [file] [log] [blame]
{
"name": "NoStoryboard",
"version": "1.0.4",
"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.",
"documentation_url": "https://pauljohanneskraft.github.io/NoStoryboard/",
"homepage": "https://github.com/pauljohanneskraft/NoStoryboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Kraft": "pauljohanneskraft@icloud.com"
},
"source": {
"git": "https://github.com/pauljohanneskraft/NoStoryboard.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NoStoryboard/Classes/**/*",
"frameworks": "UIKit"
}