[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / d / f / FlexContainer / 0.1.6 / FlexContainer.podspec.json
blob05acb82486c847a72922cef2c8a7159dd3fe5d2d
2   "name": "FlexContainer",
3   "version": "0.1.6",
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.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.1",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "frameworks": "Foundation",
27       "source_files": "FlexContainer/Classes/Foundation/*.{swift}"
28     },
29     {
30       "name": "UIKit",
31       "frameworks": "UIKit",
32       "dependencies": {
33         "FlexContainer/Foundation": [
35         ]
36       },
37       "source_files": "FlexContainer/Classes/UIKit/*.{swift}"
38     },
39     {
40       "name": "Styled",
41       "dependencies": {
42         "FlexContainer/UIKit": [
44         ],
45         "Layoutless": [
47         ]
48       },
49       "source_files": "FlexContainer/Classes/Styled/*.{swift}"
50     },
51     {
52       "name": "Flow",
53       "source_files": "FlexContainer/Classes/Flow/*.{swift}"
54     },
55     {
56       "name": "FlexContainer",
57       "dependencies": {
58         "FlexContainer/UIKit": [
60         ]
61       },
62       "source_files": "FlexContainer/Classes/FlexContainer/*.{swift}"
63     }
64   ]