[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 3 / f / YLCommonKit / 0.0.14 / YLCommonKit.podspec.json
blobb5ceb363160f98b1051b2b8339d135edc8174749
2   "name": "YLCommonKit",
3   "version": "0.0.14",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/xyl-private/YLCommonKit.git",
19     "tag": "0.0.14"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "YLMacro",
28       "source_files": "YLCommonKit/YLMacro/*.{h,m}",
29       "public_header_files": "YLCommonKit/YLMacro/*.h"
30     },
31     {
32       "name": "YLCategory",
33       "subspecs": [
34         {
35           "name": "YLFoundation",
36           "subspecs": [
37             {
38               "name": "NSData",
39               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.{h,m}",
40               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.h"
41             },
42             {
43               "name": "NSString",
44               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.{h,m}",
45               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.h"
46             },
47             {
48               "name": "NSDate",
49               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.{h,m}",
50               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.h"
51             },
52             {
53               "name": "NSAttributedString",
54               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.{h,m}",
55               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.h"
56             },
57             {
58               "name": "NSLog",
59               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.{h,m}",
60               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.h"
61             },
62             {
63               "name": "NSDictionary",
64               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.{h,m}",
65               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.h"
66             }
67           ]
68         },
69         {
70           "name": "YLUIKit",
71           "subspecs": [
72             {
73               "name": "UIImage",
74               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.{h,m}",
75               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.h"
76             },
77             {
78               "name": "UIButton",
79               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.{h,m}",
80               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.h"
81             },
82             {
83               "name": "UIColor",
84               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.{h,m}",
85               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.h"
86             },
87             {
88               "name": "UIView",
89               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.{h,m}",
90               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.h"
91             },
92             {
93               "name": "UITextView",
94               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.{h,m}",
95               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.h"
96             },
97             {
98               "name": "UIViewController",
99               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.{h,m}",
100               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.h"
101             },
102             {
103               "name": "UITableView",
104               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.{h,m}",
105               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.h"
106             },
107             {
108               "name": "UITextField",
109               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.{h,m}",
110               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.h"
111             }
112           ]
113         }
114       ]
115     }
116   ]