[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / b / 4 / d / XyWidget / 1.2.1 / XyWidget.podspec.json
blob709effcaf95f2d343db46ec03288f4bc1d36f1d3
2   "name": "XyWidget",
3   "version": "1.2.1",
4   "summary": "项目辅助类",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/TAEYANGXU/XyWidget",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TAEYANGXU": "albert_xyz@163.com"
13   },
14   "source": {
15     "git": "https://github.com/TAEYANGXU/XyWidget.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "YYText": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "ViewExtension",
30       "source_files": "XyWidget/Classes/ViewExtension/**/*",
31       "public_header_files": "XyWidget/Classes/ViewExtension/**/*.h",
32       "dependencies": {
33         "XyWidget/Const": [
35         ]
36       }
37     },
38     {
39       "name": "Custom",
40       "source_files": "XyWidget/Classes/Custom/**/*",
41       "public_header_files": "XyWidget/Classes/Custom/**/*.h"
42     },
43     {
44       "name": "Const",
45       "source_files": "XyWidget/Classes/Const/**/*",
46       "public_header_files": "XyWidget/Classes/Const/**/*.h"
47     },
48     {
49       "name": "Categorys",
50       "source_files": "XyWidget/Classes/Categorys/**/*",
51       "public_header_files": "XyWidget/Classes/Categorys/**/*.h",
52       "dependencies": {
53         "YYText": [
55         ]
56       }
57     },
58     {
59       "name": "Tools",
60       "source_files": "XyWidget/Classes/Tools/**/*",
61       "public_header_files": "XyWidget/Classes/Tools/**/*.h"
62     }
63   ]