[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / f / YLCommonKit / 0.0.18 / YLCommonKit.podspec.json
blob2ed3b4a105e8ac4b75ed505581cdc132cb0035d5
2   "name": "YLCommonKit",
3   "version": "0.0.18",
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.18"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "subspecs": [
26     {
27       "name": "YLCategory",
28       "subspecs": [
29         {
30           "name": "YLFoundation",
31           "subspecs": [
32             {
33               "name": "NSData",
34               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.{h,m}",
35               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.h"
36             },
37             {
38               "name": "NSString",
39               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.{h,m}",
40               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.h"
41             },
42             {
43               "name": "NSDate",
44               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.{h,m}",
45               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.h"
46             },
47             {
48               "name": "NSAttributedString",
49               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.{h,m}",
50               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.h"
51             },
52             {
53               "name": "NSLog",
54               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.{h,m}",
55               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSLog/*.h"
56             },
57             {
58               "name": "NSDictionary",
59               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.{h,m}",
60               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDictionary/*.h"
61             }
62           ]
63         },
64         {
65           "name": "YLUIKit",
66           "subspecs": [
67             {
68               "name": "UIImage",
69               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.{h,m}",
70               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.h"
71             },
72             {
73               "name": "UIButton",
74               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.{h,m}",
75               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.h"
76             },
77             {
78               "name": "UIColor",
79               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.{h,m}",
80               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.h"
81             },
82             {
83               "name": "UIFont",
84               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIFont/*.{h,m}",
85               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIFont/*.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   ]