blob: 275354be3f6a0b38abdde445f4b3c30d1f1d63e1 [file] [log] [blame]
{
"name": "MARSDK",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MARSDK/Classes/**/*",
"vendored_frameworks": "MARSDK/Framework/mars.framework",
"libraries": [
"z",
"resolv.9"
],
"frameworks": [
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics"
],
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lc++"
]
},
"requires_arc": "MARSDK/Classes/Arc/**/*",
"public_header_files": "MARSDK/Classes/**/*.h",
"dependencies": {
"Protobuf": [
]
}
}