[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / b / 4 / d / XyWidget / 1.0.3 / XyWidget.podspec.json
blob4e085229aeadcc091bbc436bcf943a2ab8d9a348
2   "name": "XyWidget",
3   "version": "1.0.3",
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.0.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "ViewExtension",
25       "source_files": "XyWidget/Classes/ViewExtension/**/*",
26       "public_header_files": "XyWidget/Classes/ViewExtension/**/*.h"
27     },
28     {
29       "name": "Custom",
30       "source_files": "XyWidget/Classes/Custom/**/*",
31       "public_header_files": "XyWidget/Classes/Custom/**/*.h"
32     },
33     {
34       "name": "Const",
35       "source_files": "XyWidget/Classes/Const/**/*",
36       "public_header_files": "XyWidget/Classes/Const/**/*.h"
37     },
38     {
39       "name": "Categorys",
40       "source_files": "XyWidget/Classes/Categorys/**/*",
41       "public_header_files": "XyWidget/Classes/Categorys/**/*.h"
42     },
43     {
44       "name": "Tools",
45       "source_files": "XyWidget/Classes/Tools/**/*",
46       "public_header_files": "XyWidget/Classes/Tools/**/*.h"
47     }
48   ]