[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / d / MCBase / 0.0.4 / MCBase.podspec.json
blobf585b23a017b846cc265188a51bf7a23e933265d
2   "name": "MCBase",
3   "version": "0.0.4",
4   "summary": "MCBase can provide Dto, log, utils ... capatities",
5   "homepage": "https://github.com/poholo/MCBase",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "littleplayer": "mailjiancheng@163.com"
12   },
13   "social_media_url": "https://weibo.com/lp927",
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/poholo/MCBase.git",
20     "tag": "0.0.4"
21   },
22   "default_subspecs": "All",
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "Dto",
27       "source_files": "SDK/Dto/*.{h,m,mm}"
28     },
29     {
30       "name": "Log",
31       "source_files": "SDK/Log/*.{h,m,mm}"
32     },
33     {
34       "name": "Utils",
35       "source_files": "SDK/Utils/*.{h,m,mm}",
36       "dependencies": {
37         "MCVersion": [
39         ]
40       }
41     },
42     {
43       "name": "All",
44       "dependencies": {
45         "MCBase/Dto": [
47         ],
48         "MCBase/Log": [
50         ],
51         "MCBase/Utils": [
53         ]
54       }
55     }
56   ]