You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
826 B
40 lines
826 B
4 years ago
|
{
|
||
|
"name": "Weibo_SDK",
|
||
|
"homepage": "https://github.com/sinaweibosdk/weibo_ios_sdk",
|
||
|
"summary": "WeiboSDK on iOS.",
|
||
|
"description": "New weibosdk pod.",
|
||
|
"authors": {
|
||
|
"meimei": "meimei@staff.weibo.com"
|
||
|
},
|
||
|
"version": "3.2.7",
|
||
|
"source": {
|
||
|
"git": "https://github.com/sinaweibosdk/weibo_ios_sdk.git",
|
||
|
"tag": "3.2.7"
|
||
|
},
|
||
|
"platforms": {
|
||
|
"ios": "9.0"
|
||
|
},
|
||
|
"requires_arc": false,
|
||
|
"license": "MIT",
|
||
|
"source_files": "libWeiboSDK/*.{h,m}",
|
||
|
"resources": "libWeiboSDK/WeiboSDK.bundle",
|
||
|
"vendored_libraries": "libWeiboSDK/libWeiboSDK.a",
|
||
|
"frameworks": [
|
||
|
"Photos",
|
||
|
"ImageIO",
|
||
|
"SystemConfiguration",
|
||
|
"CoreText",
|
||
|
"QuartzCore",
|
||
|
"Security",
|
||
|
"UIKit",
|
||
|
"Foundation",
|
||
|
"CoreGraphics",
|
||
|
"CoreTelephony",
|
||
|
"WebKit"
|
||
|
],
|
||
|
"libraries": [
|
||
|
"sqlite3",
|
||
|
"z"
|
||
|
]
|
||
|
}
|