blob: c72e9fa929f4b1fe9f1f10257cfe0cd8b54fb965 [file] [log] [blame]
{
"name": "NCWeibo",
"version": "0.2.3",
"summary": "Another non-official Sina Weibo SDK in Objective-C.",
"homepage": "https://github.com/nickcheng/NCWeibo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nickcheng": "n@nickcheng.com"
},
"source": {
"git": "https://github.com/nickcheng/NCWeibo.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"NCWeibo/**/*.{h,m}",
"libWeiboSDK/**/*.{h,m}"
],
"resources": "libWeiboSDK/WeiboSDK.bundle",
"vendored_libraries": "libWeiboSDK/libWeiboSDK.a",
"public_header_files": [
"NCWeibo/**/*.h",
"libWeiboSDK/**/*.h"
],
"frameworks": [
"SystemConfiguration",
"Security",
"MobileCoreServices",
"ImageIO",
"CoreText",
"QuartzCore",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z"
],
"requires_arc": true,
"dependencies": {
"SAMKeychain": [
"~> 1.5.2"
]
}
}