blob: 72f7cae26001fbeade52a3ff7d5e2992879e18cf [file] [log] [blame]
{
"name": "WDSocialSDK",
"version": "0.1.8",
"summary": "Wechat,QQ,Webo Social share and authorization",
"description": "It is a Social SDK use on ios by Objective-c.",
"homepage": "https://github.com/CoderWD/WDSocialSDK",
"license": "MIT",
"authors": {
"Coder He": "heweidong@outlook.com"
},
"source": {
"git": "https://github.com/CoderWD/WDSocialSDK.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"ios": {
"vendored_frameworks": "WDSocialSDK/WDSocialSDK.framework"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"WechatOpenSDK": [
"~> 1.7.8"
],
"WDTencentSDK": [
],
"WDWeiboSDK": [
]
}
}