[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 3 / f / YLCommonKit / 0.0.21 / YLCommonKit.podspec.json
blob53ea6bced7abb91197d75a02b31b0e53a5e4aa76
2   "name": "YLCommonKit",
3   "version": "0.0.21",
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.21"
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": "NSData",
36               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.{h,m}",
37               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.h"
38             },
39             {
40               "name": "NSString",
41               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.{h,m}",
42               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.h"
43             },
44             {
45               "name": "NSDate",
46               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.{h,m}",
47               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.h"
48             },
49             {
50               "name": "NSAttributedString",
51               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.{h,m}",
52               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.h"
53             },
54             {
55               "name": "NSLog",
56               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.{h,m}",
57               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.h"
58             },
59             {
60               "name": "NSDictionary",
61               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.{h,m}",
62               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.h"
63             }
64           ]
65         },
66         {
67           "name": "YLUIKit",
68           "subspecs": [
69             {
70               "name": "UIImage",
71               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.{h,m}",
72               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.h"
73             },
74             {
75               "name": "UIButton",
76               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.{h,m}",
77               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.h"
78             },
79             {
80               "name": "UIColor",
81               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.{h,m}",
82               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.h"
83             },
84             {
85               "name": "UIFont",
86               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIFont/*.{h,m}",
87               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIFont/*.h"
88             },
89             {
90               "name": "UIView",
91               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.{h,m}",
92               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.h"
93             },
94             {
95               "name": "UITextView",
96               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.{h,m}",
97               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.h"
98             },
99             {
100               "name": "UIViewController",
101               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.{h,m}",
102               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.h"
103             },
104             {
105               "name": "UITableView",
106               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.{h,m}",
107               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.h"
108             },
109             {
110               "name": "UITextField",
111               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.{h,m}",
112               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.h"
113             }
114           ]
115         }
116       ]
117     }
118   ]