blob: 110ba0a2f08bfb30900108fc4b4e2ca9aa05375c [file] [log] [blame]
{
"name": "NoStoryboard",
"version": "1.0.5",
"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.5"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"ios": {
"source_files": [
"NoStoryboard/Classes/Common/**/*",
"NoStoryboard/Classes/iOS/**/*"
],
"frameworks": "UIKit"
},
"osx": {
"source_files": [
"NoStoryboard/Classes/Common/**/*",
"NoStoryboard/Classes/macOS/**/*"
],
"frameworks": "AppKit"
}
}