blob: 1978d3872ca88d0112e2a450384c3578234e2385 [file] [log] [blame]
{
"name": "MARSDK",
"version": "0.0.8",
"summary": "tencent WeChat For MARS",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/7General/MarSDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wanghuizhou21@163.com": "wanghuizhou21@163.com"
},
"source": {
"git": "https://github.com/7General/MarSDK.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "MARSDK/Framework/mars.framework",
"libraries": [
"z",
"resolv.9"
],
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics"
],
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lc++"
]
},
"requires_arc": "MARSDK/Classes/MarsKit/**/*",
"dependencies": {
"Protobuf": [
]
},
"subspecs": [
{
"name": "MarsKit",
"source_files": "MARSDK/Classes/MarsKit/*.{h,m}"
},
{
"name": "ProtoBuffile",
"source_files": "MARSDK/Classes/ProtoBuffile/*.{h,m}"
}
]
}