blob: 342d2ba531f28f2d92ea25e8c7d439550b1c33c6 [file] [log] [blame]
{
"name": "SYZWeiboSDK",
"version": "0.1.0",
"summary": "微博sdk",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/sundasheng1985/SYZWeiboSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sundasheng1985": "641569408@qq.com"
},
"source": {
"git": "https://github.com/sundasheng1985/SYZWeiboSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "libWeiboSDK/*.{h,m}",
"resources": "libWeiboSDK/WeiboSDK.bundle",
"vendored_libraries": "libWeiboSDK/libWeiboSDK.a",
"frameworks": [
"ImageIO",
"SystemConfiguration",
"CoreText",
"QuartzCore",
"Security",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z"
]
}