[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / f / YLCommonKit / 0.0.6 / YLCommonKit.podspec.json
blob9c2caa575482d78fa3ba5bd523ef6f3080a48577
2   "name": "YLCommonKit",
3   "version": "0.0.6",
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.6"
20   },
21   "subspecs": [
22     {
23       "name": "YLMacro",
24       "source_files": "YLCommonKit/YLMacro/*.{h,m}",
25       "public_header_files": "YLCommonKit/YLMacro/*.h"
26     },
27     {
28       "name": "YLCategory",
29       "subspecs": [
30         {
31           "name": "YLFoundation",
32           "subspecs": [
33             {
34               "name": "NSData",
35               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.{h,m}",
36               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSData/*.h"
37             },
38             {
39               "name": "NSString",
40               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.{h,m}",
41               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSString/*.h"
42             },
43             {
44               "name": "NSDate",
45               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.{h,m}",
46               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSDate/*.h"
47             },
48             {
49               "name": "NSAttributedString",
50               "source_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.{h,m}",
51               "public_header_files": "YLCommonKit/YLCategory/YLFoundation/NSAttributedString/*.h"
52             }
53           ]
54         },
55         {
56           "name": "YLUIKit",
57           "subspecs": [
58             {
59               "name": "UIImage",
60               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.{h,m}",
61               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIImage/*.h"
62             },
63             {
64               "name": "UIButton",
65               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.{h,m}",
66               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIButton/*.h"
67             },
68             {
69               "name": "UIColor",
70               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.{h,m}",
71               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIColor/*.h"
72             },
73             {
74               "name": "UIView",
75               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.{h,m}",
76               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIView/*.h"
77             },
78             {
79               "name": "UITextView",
80               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.{h,m}",
81               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextView/*.h"
82             },
83             {
84               "name": "UIViewController",
85               "source_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.{h,m}",
86               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UIViewController/*.h"
87             },
88             {
89               "name": "UITableView",
90               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.{h,m}",
91               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITableView/*.h"
92             },
93             {
94               "name": "UITextField",
95               "source_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.{h,m}",
96               "public_header_files": "YLCommonKit/YLCategory/YLUIKit/UITextField/*.h"
97             }
98           ]
99         }
100       ]
101     }
102   ]