blob: 21613f558a76ba761755882ea6d21db00edc9aa4 [file] [log] [blame]
{
"name": "KKWeiboSDK",
"version": "3.1.3",
"summary": "Weibo iOS SDK.",
"homepage": "http://open.weibo.com/wiki/SDK#iOS_SDK",
"license": {
"type": "LGPL",
"text": " ® 1996-2015 SINA All Rights Reserved.\n"
},
"authors": {
"sdk4wb": "sdk4wb@sina.cn"
},
"source": {
"git": "https://github.com/appwgh/KKWeiboSDK.git",
"tag": "3.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "libWeiboSDK/*.{h,m}",
"resources": "libWeiboSDK/WeiboSDK.bundle",
"vendored_libraries": "libWeiboSDK/libWeiboSDK.a",
"frameworks": [
"ImageIO",
"SystemConfiguration",
"CoreText",
"QuartzCore",
"Security",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3"
]
}