[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 4 / d / MCBase / 0.0.1 / MCBase.podspec.json
blobe85317ab3bd32c12361195631bc2d86e1f61ff40
2   "name": "MCBase",
3   "version": "0.0.1",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/poholo/MCBase.git",
20     "tag": "0.0.1"
21   },
22   "default_subspecs": "All",
23   "xcconfig": {
24     "VALID_ARCHS": "arm64 x86_64",
25     "USER_HEADER_SEARCH_PATHS": "${PROJECT_DIR}/Pods/**"
26   },
27   "pod_target_xcconfig": {
28     "VALID_ARCHS": "arm64 x86_64"
29   },
30   "frameworks": "Foundation",
31   "subspecs": [
32     {
33       "name": "Dto",
34       "source_files": "SDK/Dto/*.{h,m,mm}",
35       "public_header_files": "SDK/Dto/*.h"
36     },
37     {
38       "name": "Log",
39       "source_files": "SDK/Log/*.{h,m,mm}",
40       "public_header_files": "SDK/Log/*.h"
41     },
42     {
43       "name": "Utils",
44       "source_files": "SDK/Utils/*.{h,m,mm}",
45       "public_header_files": "SDK/Utils/*.h",
46       "dependencies": {
47         "SDVersion": [
49         ]
50       }
51     },
52     {
53       "name": "All",
54       "dependencies": {
55         "MCBase/Dto": [
57         ],
58         "MCBase/Log": [
60         ],
61         "MCBase/Utils": [
63         ]
64       }
65     }
66   ]