blob: 6270a158aee6d9e361cb667a029287c6fbc97f87 [file] [log] [blame]
{
"name": "TencentOpenAPI-Swift",
"version": "3.3.1",
"summary": "A short description of TencentOpenAPI-Swift.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dulingkang/TencentOpenAPI-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dulingkang@163.com": "dulingkang@163.com"
},
"source": {
"git": "https://github.com/dulingkang/TencentOpenAPI-Swift.git",
"tag": "3.3.1"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "Framework/**/*.framework",
"pod_target_xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(PODS_ROOT)/Framework/"
},
"frameworks": [
"CoreLocation",
"QuartzCore",
"OpenGLES",
"SystemConfiguration",
"CoreGraphics",
"Security",
"CoreTelephony"
],
"libraries": [
"sqlite3.0",
"stdc++",
"z",
"iconv"
],
"prepare_command": "rm -rf Framework/TencentOpenAPI.framework/Modules\nmkdir Framework/TencentOpenAPI.framework/Modules\ntouch Framework/TencentOpenAPI.framework/Modules/module.modulemap\ncat <<-EOF > Framework/TencentOpenAPI.framework/Modules/module.modulemap\nframework module TencentOpenAPI {\n umbrella header \"Tencent.h\"\n export *\n module * { export * }\n}\nEOF"
}