blob: a277f4a074eb436dfb1ff3d1ee0b08542eb9372d [file] [log] [blame]
{
"name": "QYMShareSDK",
"version": "0.0.5",
"summary": "集成微信、QQ分享的SDK",
"homepage": "https://github.com/lz156/QYMShareSDK",
"license": "MIT",
"authors": {
"zhen": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lz156/QYMShareSDK.git",
"tag": "v0.0.5"
},
"source_files": [
"QYMShareSDK/*",
"QYMShareSDK/QQ/*.{h,m}",
"QYMShareSDK/WeiXin/*.{h,m}"
],
"frameworks": "SystemConfiguration",
"ios": {
"vendored_frameworks": "QYMShareSDK/QQ/framework/TencentOpenAPI.framework"
},
"requires_arc": true,
"dependencies": {
"WechatOpenSDK": [
"~> 1.8.3"
]
},
"deprecated": true
}