blob: d0a51c43d54080e95386e3faa6a01b95420d8376 [file] [log] [blame]
{
"name": "OpenWeChatSDK",
"version": "1.8.3+4",
"license": {
"type": "MIT",
"text": "LICENSE"
},
"summary": "WeChatSDK for Cocoapods convenience.",
"homepage": "https://github.com/JarvanMo/OpenWeChatSDK",
"authors": {
"JarvanMo": "jarvan.mo@gmail.com"
},
"source": {
"git": "https://github.com/JarvanMo/OpenWeChatSDK.git",
"tag": "1.8.3+4"
},
"platforms": {
"ios": "8.0"
},
"module_name": "OpenWeChatSDK",
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"vendored_libraries": "**/*.a",
"static_framework": true,
"preserve_paths": "libWeChatSDK.a",
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"prepare_command": "# 创建Base Module\nrm -rf Modules\nmkdir Modules\ntouch Modules/module.modulemap\ncat <<-EOF > Modules/module.modulemap\nframework module OpenWeChatSDK {\n umbrella header \"WechatAuthSDK.h\"\n umbrella header \"WXApi.h\"\n umbrella header \"WXApiObject.h\"\n export *\n link \"c++\"\n link \"z\"\n link \"sqlite3.0\"\n}\nEOF"
}