[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / d / f / FlexContainer / 0.1.0 / FlexContainer.podspec.json
blob843d0076a90702412f0cc04c67af15629bdd5c13
2   "name": "FlexContainer",
3   "version": "0.1.0",
4   "summary": "FlexContainer is oversimplified StackView that hides tons of limitations.",
5   "description": "WIP.\nFlexContainer is oversimplified StackView that hides tons of limitations.",
6   "homepage": "https://github.com/ReImpl/FlexContainer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "genkernel": "kernel@reimplement.mobi"
13   },
14   "source": {
15     "git": "https://github.com/ReImpl/FlexContainer.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FlexContainer/Classes/**/*",
22   "swift_version": "4.2",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "UIKit",
27       "frameworks": "UIKit",
28       "source_files": "FlexContainer/Classes/UIKit/**/*.{swift}"
29     },
30     {
31       "name": "FlexContainer",
32       "dependencies": {
33         "FlexContainer/UIKit": [
35         ]
36       },
37       "source_files": "FlexContainer/Classes/FlexContainer/**/*.{swift}"
38     }
39   ]