[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / f / 6 / FlexboxCanvas / 0.2.0 / FlexboxCanvas.podspec.json
blobedc634112efed1788e526be2af39ac7b163bb1d6
2   "name": "FlexboxCanvas",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "FlexboxCanvas/*.h",
22   "public_header_files": "FlexboxCanvas/*.h",
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "FlexboxCanvas/Foundation/**/*",
27       "dependencies": {
28         "TBXML": [
29           "~> 1.5"
30         ]
31       }
32     },
33     {
34       "name": "Node_Yoga_1_14",
35       "source_files": "FlexboxCanvas/Node_Yoga_1_14",
36       "dependencies": {
37         "FlexboxCanvas/Foundation": [
39         ],
40         "Yoga": [
41           "~> 1.14"
42         ]
43       }
44     }
45   ]