blob: ea4a3e6e5570d9ca5101c5ba5470a267b3973694 [file] [log] [blame]
{
"name": "GreedWeChatSDK-iOS",
"version": "1.7.6",
"license": "MIT",
"summary": "WeChatSDK for Cocoapods convenience.",
"homepage": "https://github.com/greedlab/GreedWeChatSDK",
"authors": {
"Bell": "bell@greedlab.com"
},
"source": {
"git": "https://github.com/greedlab/GreedWeChatSDK.git",
"tag": "1.7.6"
},
"platforms": {
"ios": null
},
"source_files": "*.h",
"public_header_files": "*.h",
"vendored_libraries": "libWeChatSDK.a",
"requires_arc": false,
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
],
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC -all_load"
}
}