blob: fdd8a3686e68b4ed645154a02c5317d782e3375e [file] [log] [blame]
{
"name": "NoStoryboard",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NoStoryboard/Classes/**/*",
"frameworks": "UIKit"
}