[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / f / 6 / FlexboxCanvas / 0.1.0 / FlexboxCanvas.podspec.json
blob61b1e95815adf048f03633b8509c0cd7b9e580c6
2   "name": "FlexboxCanvas",
3   "version": "0.1.0",
4   "summary": "A UI development framework based on XML description and flexbox layout for iOS.",
5   "description": "1. Flexbox layout;\n2. XML describe UI;\n3. Layout algorithm is customizable;\n4. Virtual view element: <Box>;\n5. XML element attributes support variables;\n6. <View> element support events;\n7. <View> element can describe native view by `nativeView` prop attribute;\n8. Native code can refer to <View> element by `onRef` event attribute.",
6   "homepage": "https://github.com/mymong/FlexboxCanvas",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mymong": "mymong@163.com"
13   },
14   "source": {
15     "git": "https://github.com/mymong/FlexboxCanvas.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FlexboxCanvas/Core/*.{h,m}",
22   "public_header_files": "FlexboxCanvas/Core/*.h",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "FlexboxCanvas/Core/**/*",
27       "dependencies": {
28         "TBXML": [
29           "~> 1.5"
30         ]
31       }
32     },
33     {
34       "name": "YogaLayout_1_14",
35       "source_files": "FlexboxCanvas/YogaLayout_1_14",
36       "dependencies": {
37         "FlexboxCanvas/Core": [
39         ],
40         "Yoga": [
41           "~> 1.14"
42         ]
43       }
44     }
45   ]