[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 8 / 4 / d / MCBase / 0.0.2 / MCBase.podspec.json
blob30ff390d999c236c8c9f36bef9676088727b897e
2   "name": "MCBase",
3   "version": "0.0.2",
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.2"
21   },
22   "default_subspecs": "All",
23   "frameworks": "Foundation",
24   "subspecs": [
25     {
26       "name": "Dto",
27       "source_files": "SDK/Dto/*.{h,m,mm}",
28       "public_header_files": "SDK/Dto/*.h"
29     },
30     {
31       "name": "Log",
32       "source_files": "SDK/Log/*.{h,m,mm}",
33       "public_header_files": "SDK/Log/*.h"
34     },
35     {
36       "name": "Utils",
37       "source_files": "SDK/Utils/*.{h,m,mm}",
38       "public_header_files": "SDK/Utils/*.h",
39       "dependencies": {
40         "MCVersion": [
42         ]
43       }
44     },
45     {
46       "name": "All",
47       "dependencies": {
48         "MCBase/Dto": [
50         ],
51         "MCBase/Log": [
53         ],
54         "MCBase/Utils": [
56         ]
57       }
58     }
59   ]