blob: c80d240d1c36c381a2f1e904e31ee2fd09c0b19b [file] [log] [blame]
{
"name": "OpenWeChatSDK",
"version": "1.8.3+10",
"summary": "WeChatSDK for Cocoapods convenience.",
"license": {
"type": "MIT",
"text": "LICENSE"
},
"authors": {
"JarvanMo": "jarvan.mo@gmail.com"
},
"homepage": "https://github.com/JarvanMo/OpenWeChatSDK",
"requires_arc": true,
"source": {
"git": "https://github.com/JarvanMo/OpenWeChatSDK.git",
"tag": "1.8.3+10"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Library/include/**/*.h",
"public_header_files": "Pod/Library/include/WeChat/*.h",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"default_subspecs": "precompiled",
"subspecs": [
{
"name": "precompiled",
"preserve_paths": [
"Pod/Library/include/WeChat/*.h",
"Pod/Library/lib/*.a"
],
"vendored_libraries": "Pod/Library/lib/*.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/Headers/Public/OpenWeChatSDK"
}
}
]
}