[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 0 / NoStoryboard / 1.0.2 / NoStoryboard.podspec.json
bloba0e9fb1abef11fc5283745aee70b7c9f6506c53c
2   "name": "NoStoryboard",
3   "version": "1.0.2",
4   "summary": "NoStoryboard makes it easier to create UIKit-elements without storyboards.",
5   "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.",
6   "documentation_url": "https://pauljohanneskraft.github.io/NoStoryboard/",
7   "homepage": "https://github.com/pauljohanneskraft/NoStoryboard",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Paul Kraft": "pauljohanneskraft@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/pauljohanneskraft/NoStoryboard.git",
17     "tag": "1.0.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NoStoryboard/Classes/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "4.0"