blob: a1ee2905f92805cd07540b05cd91c87eac89408a [file] [log] [blame]
{
"name": "NCWeibo",
"version": "0.1.9",
"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.9"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NCWeibo/**/*.{h,m}",
"public_header_files": "NCWeibo/**/*.h",
"frameworks": [
"SystemConfiguration",
"Security",
"MobileCoreServices"
],
"requires_arc": true,
"dependencies": {
"SSKeychain": [
"~> 1.2"
],
"AFNetworking": [
"~> 2.4"
],
"MBProgressHUD": [
"~> 0.9"
]
}
}