[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 6 / b / MARSDK / 0.0.5 / MARSDK.podspec.json
blobdd8f3a442fa3ad85a016bb3b8dc60330f5fb1294
2   "name": "MARSDK",
3   "version": "0.0.5",
4   "summary": "tencent WeChat For MARS",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/7General/MarSDK.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wanghuizhou21@163.com": "wanghuizhou21@163.com"
13   },
14   "source": {
15     "git": "https://github.com/7General/MarSDK.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_frameworks": "MARSDK/Framework/mars.framework",
22   "libraries": [
23     "z",
24     "resolv.9"
25   ],
26   "frameworks": [
27     "CoreTelephony",
28     "SystemConfiguration",
29     "CoreGraphics"
30   ],
31   "user_target_xcconfig": {
32     "OTHER_LDFLAGS": [
33       "-lc++"
34     ]
35   },
36   "requires_arc": "MARSDK/Classes/MarsKit/**/*",
37   "dependencies": {
38     "Protobuf": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "MarsKit",
45       "source_files": "MARSDK/Classes/MarsKit/*.{h,m}"
46     },
47     {
48       "name": "ProtoBuffile",
49       "source_files": "MARSDK/Classes/ProtoBuffile/*.{h,m}"
50     }
51   ]