[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 5 / 6 / SLCategoryObjCKit / 0.3.1 / SLCategoryObjCKit.podspec.json
blob794d9cd35c67d05af12bea979a2277c217fc554b
2   "name": "SLCategoryObjCKit",
3   "version": "0.3.1",
4   "summary": "封装了常用控件的分类库",
5   "description": "封装了BarButtonItem、Button、Calendar、Color、Date、Image、ImageView、String、TextField、View、Window等分类。",
6   "homepage": "https://github.com/CoderSLZeng/SLCategoryObjCKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CoderSLZeng": "359297567@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CoderSLZeng/SLCategoryObjCKit.git",
16     "tag": "0.3.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "BarButtonItem",
24       "source_files": "SLCategoryObjCKit/Classes/BarButtonItem/*.{h,m}"
25     },
26     {
27       "name": "Calendar",
28       "source_files": "SLCategoryObjCKit/Classes/Calendar/*.{h,m}"
29     },
30     {
31       "name": "View",
32       "source_files": "SLCategoryObjCKit/Classes/View/*.{h,m}"
33     },
34     {
35       "name": "Image",
36       "source_files": "SLCategoryObjCKit/Classes/Image/*.{h,m}"
37     },
38     {
39       "name": "ImageView",
40       "source_files": "SLCategoryObjCKit/Classes/ImageView/*.{h,m}",
41       "dependencies": {
42         "SDWebImage": [
44         ],
45         "AFNetworking/Reachability": [
47         ]
48       }
49     },
50     {
51       "name": "TextField",
52       "source_files": "SLCategoryObjCKit/Classes/TextField/*.{h,m}"
53     },
54     {
55       "name": "Window",
56       "source_files": "SLCategoryObjCKit/Classes/Window/*.{h,m}"
57     },
58     {
59       "name": "Color",
60       "source_files": "SLCategoryObjCKit/Classes/Color/*.{h,m}"
61     },
62     {
63       "name": "Date",
64       "source_files": "SLCategoryObjCKit/Classes/Date/*.{h,m}"
65     },
66     {
67       "name": "String",
68       "source_files": "SLCategoryObjCKit/Classes/String/*.{h,m}"
69     },
70     {
71       "name": "Button",
72       "source_files": "SLCategoryObjCKit/Classes/Button/*.{h,m}"
73     },
74     {
75       "name": "Foundation",
76       "source_files": "SLCategoryObjCKit/Classes/Foundation/*.{h,m}"
77     }
78   ]