blob: b501f8db26d25abf4804aaf2f852bd875c7ea077 [file] [log] [blame]
{
"name": "OpenWeChatSDK",
"version": "1.8.3",
"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"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/*.h",
"public_header_files": "Classes/*.h",
"preserve_paths": "libWeChatSDK.a",
"vendored_libraries": "libWeChatSDK.a",
"requires_arc": false,
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
]
}