blob: 181beed3c52da6d608f6a2067fa0d1d71948739f [file] [log] [blame]
{
"name": "WDSocialSDK",
"version": "0.1.7",
"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.7"
},
"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": [
]
}
}