[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 3 / f / YLCommonKit / 0.0.28 / YLCommonKit.podspec.json
blobb1ea1b4cdf1351c586d41ec270225cdcbb3ac0e1
2   "name": "YLCommonKit",
3   "version": "0.0.28",
4   "summary": "我的基础库",
5   "description": "简单的整理,常用的分类",
6   "homepage": "https://github.com/xyl-private/YLCommonKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "村雨灬龑": "xyl_private@163.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/xyl-private/YLCommonKit.git",
19     "tag": "0.0.28"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "YLCategory",
28       "source_files": "YLCommonKit/YLCategory/*.{h,m}",
29       "public_header_files": "YLCommonKit/YLCategory/*.h",
30       "subspecs": [
31         {
32           "name": "YLFoundation",
33           "subspecs": [
34             {
35               "name": "Other",
36               "source_files": "YLCommonKit/YLCategory/YLFoundation/Other/*.{h,m}",
37               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/Other/*.h"
38             },
39             {
40               "name": "NSData",
41               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.{h,m}",
42               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.h"
43             },
44             {
45               "name": "NSString",
46               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.{h,m}",
47               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.h"
48             },
49             {
50               "name": "NSDate",
51               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.{h,m}",
52               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.h"
53             },
54             {
55               "name": "NSAttributedString",
56               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.{h,m}",
57               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.h"
58             },
59             {
60               "name": "NSLog",
61               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.{h,m}",
62               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.h"
63             },
64             {
65               "name": "NSDictionary",
66               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.{h,m}",
67               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.h"
68             }
69           ]
70         },
71         {
72           "name": "YLUIKit",
73           "subspecs": [
74             {
75               "name": "UIImage",
76               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.{h,m}",
77               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.h"
78             },
79             {
80               "name": "UIButton",
81               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.{h,m}",
82               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.h"
83             },
84             {
85               "name": "UIColor",
86               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.{h,m}",
87               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.h"
88             },
89             {
90               "name": "UIFont",
91               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIFont/*.{h,m}",
92               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIFont/*.h"
93             },
94             {
95               "name": "UIView",
96               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.{h,m}",
97               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.h"
98             },
99             {
100               "name": "UITextView",
101               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.{h,m}",
102               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.h"
103             },
104             {
105               "name": "UIViewController",
106               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.{h,m}",
107               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.h"
108             },
109             {
110               "name": "UITableView",
111               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.{h,m}",
112               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.h"
113             },
114             {
115               "name": "UITextField",
116               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.{h,m}",
117               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.h"
118             }
119           ]
120         }
121       ]
122     }
123   ]