blob: a48a38e8b6aaf9b3b6c20728f2e5cd31d3c9b7f6 [file] [log] [blame]
{
"name": "MAFShareTool",
"version": "0.1.3",
"summary": "常用分享封装",
"description": "对腾讯,微信,微博常用分享的简单封装",
"homepage": "https://github.com/LDeath/ShareTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"高赛": "395765302@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LDeath/ShareTool.git",
"tag": "0.1.3"
},
"source_files": "MAFShareTool/**/MAFShareTool.{h,m}",
"resources": "MAFShareTool/Tencent/TencentOpenApi_IOS_Bundle.bundle",
"ios": {
"vendored_frameworks": "MAFShareTool/Tencent/TencentOpenAPI.framework"
},
"frameworks": [
"UIKit",
"Foundation",
"Security",
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"z",
"stdc++",
"sqlite3",
"iconv"
],
"dependencies": {
"WechatOpenSDK": [
],
"WeiboSDK": [
]
}
}