blob: ce57ea787e82291e39d0b2d868584f88f9abce03 [file] [log] [blame]
{
"name": "NCWeibo",
"version": "0.1.4",
"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.1.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NCWeibo/**/*.{h,m}",
"public_header_files": "NCWeibo/**/*.h",
"frameworks": [
"SystemConfiguration",
"Security",
"MobileCoreServices"
],
"requires_arc": true,
"dependencies": {
"SSKeychain": [
">= 1.0.2"
],
"AFNetworking": [
">= 1.2.0"
],
"MBProgressHUD": [
">= 0.6"
],
"AFHTTPRequestOperationLogger": [
">= 0.10.0"
]
}
}