[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / 7 / MLCKit / 0.0.3 / MLCKit.podspec.json
bloba5908e163987dff6363f418d3edbcadc378dc60e
2   "name": "MLCKit",
3   "version": "0.0.3",
4   "summary": "LCSKit的Objective-C版本,封装一些常用的iOS方法。",
5   "homepage": "https://github.com/mlcldh/MLCKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "mlcldh": "1228225993@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/mlcldh/MLCKit.git",
18     "tag": "0.0.3"
19   },
20   "source_files": "MLCKit/MLCKit.h",
21   "requires_arc": true,
22   "static_framework": true,
23   "subspecs": [
24     {
25       "name": "Cache",
26       "source_files": "MLCKit/Cache/*.{h,m,mm}",
27       "dependencies": {
28         "YYCache": [
30         ]
31       },
32       "frameworks": "Foundation"
33     },
34     {
35       "name": "Category",
36       "source_files": "MLCKit/Category/*.{h,m,mm}",
37       "frameworks": "UIKit"
38     },
39     {
40       "name": "Color",
41       "source_files": "MLCKit/Color/*.{h,m,mm}",
42       "frameworks": "UIKit"
43     },
44     {
45       "name": "Document",
46       "source_files": "MLCKit/Document/*.{h,m,mm}",
47       "frameworks": "UIKit"
48     },
49     {
50       "name": "Font",
51       "source_files": "MLCKit/Font/*.{h,m,mm}",
52       "frameworks": "UIKit"
53     },
54     {
55       "name": "LocalFolder",
56       "source_files": "MLCKit/LocalFolder/*.{h,m,mm}",
57       "frameworks": "UIKit"
58     },
59     {
60       "name": "Location",
61       "source_files": "MLCKit/Location/*.{h,m,mm}",
62       "frameworks": "UIKit"
63     },
64     {
65       "name": "Macro",
66       "source_files": "MLCKit/Macro/*.{h,m,mm}",
67       "frameworks": "UIKit"
68     },
69     {
70       "name": "Proxy",
71       "source_files": "MLCKit/Proxy/*.{h,m,mm}",
72       "frameworks": "Foundation"
73     },
74     {
75       "name": "UI",
76       "source_files": "MLCKit/UI/*.{h,m,mm}",
77       "frameworks": "UIKit",
78       "dependencies": {
79         "Masonry": [
81         ]
82       }
83     },
84     {
85       "name": "Utility",
86       "source_files": "MLCKit/Utility/*.{h,m}",
87       "frameworks": [
88         "UIKit",
89         "AdSupport",
90         "CoreTelephony"
91       ]
92     },
93     {
94       "name": "Photos",
95       "source_files": "MLCKit/Photos/*.{h,m,mm}",
96       "frameworks": [
97         "AVFoundation",
98         "Photos"
99       ],
100       "dependencies": {
101         "MLCKit/Utility": [
103         ]
104       }
105     }
106   ]