blob: 7893af14c4f676817c9fb6407def4b75a0fe7a8f [file] [log] [blame]
{
"name": "QWShareKit",
"version": "1.0.0",
"summary": "QQAndWeChatShare",
"description": "分享",
"homepage": "https://gitee.com/iosyuanyuan/QWShareKit.git",
"license": "MIT",
"authors": {
"WYY": "yuanyuan6244@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "git@gitee.com:iosyuanyuan/QWShareKit.git",
"tag": "1.0.0"
},
"source_files": [
"Code",
"QWShareCode/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"Security",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"c++",
"z",
"sqlite3",
"iconv"
],
"static_framework": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"vendored_frameworks": "QWShareCode/**/*.framework",
"dependencies": {
"WechatOpenSDK": [
]
}
}