[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 9 / 0 / NoStoryboard / 1.1.0 / NoStoryboard.podspec.json
blob561aec88ce5352e8fe0e6533a55aa55b89c45bb0
2   "name": "NoStoryboard",
3   "version": "1.1.0",
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.1.0"
18   },
19   "swift_version": "4.0",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10"
23   },
24   "ios": {
25     "source_files": [
26       "NoStoryboard/Classes/Common/**/*",
27       "NoStoryboard/Classes/iOS/**/*"
28     ],
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "source_files": [
33       "NoStoryboard/Classes/Common/**/*",
34       "NoStoryboard/Classes/macOS/**/*"
35     ],
36     "frameworks": "AppKit"
37   }