[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 7 / b / 4 / YXMPersonalLibs / 1.0.1 / YXMPersonalLibs.podspec.json
blob811c2a0b1d5f9998d1342338eed7612c741a4d32
2   "name": "YXMPersonalLibs",
3   "version": "1.0.1",
4   "summary": "Libs for personal use.",
5   "description": "Libs for personal use.",
6   "homepage": "https://github.com/YouXianMing/YXMPersonalLibs",
7   "license": "MIT",
8   "authors": {
9     "YouXianMing": "YouXianMing1987@126.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/YouXianMing/YXMPersonalLibs.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "YXMPersonalLibs/YXMPersonalLibs/*.{h}",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "UIButton+Category",
24       "source_files": "YXMPersonalLibs/YXMPersonalLibs/UIButton+Category/*.{h,m}"
25     },
26     {
27       "name": "UIView+Category",
28       "source_files": "YXMPersonalLibs/YXMPersonalLibs/UIView+Category/*.{h,m}"
29     },
30     {
31       "name": "GCD",
32       "source_files": "YXMPersonalLibs/YXMPersonalLibs/GCD/*.{h,m}"
33     },
34     {
35       "name": "DateFormatter",
36       "source_files": "YXMPersonalLibs/YXMPersonalLibs/DateFormatter/*.{h,m}"
37     },
38     {
39       "name": "DeepLinkModel",
40       "source_files": "YXMPersonalLibs/YXMPersonalLibs/DeepLinkModel/*.{h,m}"
41     },
42     {
43       "name": "DeviceInfo",
44       "source_files": "YXMPersonalLibs/YXMPersonalLibs/DeviceInfo/*.{h,m}"
45     },
46     {
47       "name": "HexColors",
48       "source_files": "YXMPersonalLibs/YXMPersonalLibs/HexColors/*.{h,m}"
49     },
50     {
51       "name": "FileManager",
52       "source_files": "YXMPersonalLibs/YXMPersonalLibs/FileManager/*.{h,m}"
53     },
54     {
55       "name": "DocumentManager",
56       "source_files": "YXMPersonalLibs/YXMPersonalLibs/DocumentManager/*.{h,m}"
57     },
58     {
59       "name": "RegexManager",
60       "source_files": "YXMPersonalLibs/YXMPersonalLibs/RegexManager/*.{h,m}"
61     }
62   ]