2 "name": "OpenWeChatSDK",
8 "summary": "WeChatSDK for Cocoapods convenience.",
9 "homepage": "https://github.com/JarvanMo/OpenWeChatSDK",
11 "JarvanMo": "jarvan.mo@gmail.com"
14 "git": "https://github.com/JarvanMo/OpenWeChatSDK.git",
20 "source_files": "**/*.{h,m}",
21 "public_header_files": "**/*.h",
22 "vendored_libraries": "**/*.a",
23 "preserve_paths": "libWeChatSDK.a",
26 "SystemConfiguration",
34 "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"