[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / b / MARSDK / 0.0.4 / MARSDK.podspec.json
blobaed01b1b9bd16ee559f40c62b1614cc7a7c43962
2   "name": "MARSDK",
3   "version": "0.0.4",
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.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MARSDK/Classes/**/*",
22   "vendored_frameworks": "MARSDK/Framework/mars.framework",
23   "libraries": [
24     "z",
25     "resolv.9"
26   ],
27   "frameworks": [
28     "CoreTelephony",
29     "SystemConfiguration",
30     "CoreGraphics"
31   ],
32   "user_target_xcconfig": {
33     "OTHER_LDFLAGS": [
34       "-lc++"
35     ]
36   },
37   "requires_arc": "MARSDK/Classes/MarsKit/**/*",
38   "public_header_files": "MARSDK/Classes/**/*.h",
39   "dependencies": {
40     "Protobuf": [
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "MarsKit",
47       "source_files": "MARSDK/Classes/MarsKit/*.{h,m}"
48     },
49     {
50       "name": "ProtoBuffile",
51       "source_files": "MARSDK/Classes/ProtoBuffile/*.{h,m}"
52     }
53   ]