[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / c / 7 / MLCKit / 0.0.1 / MLCKit.podspec.json
blobdd559f45eee273a6f79d75ab52e50ed3e19e7c6c
2   "name": "MLCKit",
3   "version": "0.0.1",
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.1"
19   },
20   "source_files": "MLCKit/MLCKit.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "static_framework": true,
27   "subspecs": [
28     {
29       "name": "Category",
30       "source_files": "MLCKit/Category/*.{h,m,mm}"
31     },
32     {
33       "name": "LocalFolder",
34       "source_files": "MLCKit/LocalFolder/*.{h,m,mm}"
35     },
36     {
37       "name": "Macro",
38       "source_files": "MLCKit/Macro/*.{h,m,mm}"
39     },
40     {
41       "name": "UI",
42       "source_files": "MLCKit/UI/*.{h,m,mm}",
43       "dependencies": {
44         "Masonry": [
46         ]
47       }
48     },
49     {
50       "name": "Utility",
51       "source_files": "MLCKit/Utility/*.{h,m}"
52     }
53   ]