[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / c / 7 / MLCKit / 0.0.2 / MLCKit.podspec.json
blob96974272607203a1599d082a34f312a40ab450a6
2   "name": "MLCKit",
3   "version": "0.0.2",
4   "summary": "文本相关的工具类。",
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": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/mlcldh/MLCKit.git",
18     "tag": "0.0.2"
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": "LocalFolder",
41       "source_files": "MLCKit/LocalFolder/*.{h,m,mm}",
42       "frameworks": "UIKit"
43     },
44     {
45       "name": "Macro",
46       "source_files": "MLCKit/Macro/*.{h,m,mm}",
47       "frameworks": "UIKit"
48     },
49     {
50       "name": "Proxy",
51       "source_files": "MLCKit/Proxy/*.{h,m,mm}",
52       "frameworks": "Foundation"
53     },
54     {
55       "name": "UI",
56       "source_files": "MLCKit/UI/*.{h,m,mm}",
57       "frameworks": "UIKit",
58       "dependencies": {
59         "Masonry": [
61         ]
62       }
63     },
64     {
65       "name": "Utility",
66       "source_files": "MLCKit/Utility/*.{h,m}",
67       "frameworks": [
68         "UIKit",
69         "AdSupport",
70         "CoreTelephony"
71       ]
72     },
73     {
74       "name": "PhotoPermission",
75       "source_files": "MLCKit/PhotoPermission/*.{h,m,mm}",
76       "frameworks": [
77         "AVFoundation",
78         "Photos"
79       ],
80       "dependencies": {
81         "MLCKit/Utility": [
83         ]
84       }
85     }
86   ]