blob: de40b763e447018ec73adb65857df9457a47945a [file] [log] [blame]
{
"name": "LeanCloudSocial",
"version": "0.0.6",
"summary": "LeanCloud iOS Social SDK for mobile backend.",
"homepage": "https://leancloud.cn",
"license": {
"type": "Commercial",
"text": "© Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
},
"authors": {
"LeanCloud": "support@leancloud.cn"
},
"documentation_url": "https://leancloud.cn/docs/sns.html",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/leancloud/leancloud-social-ios.git",
"tag": "0.0.6"
},
"source_files": "Classes/*.{h,m}",
"public_header_files": "Classes/*.h",
"dependencies": {
"AVOSCloud": [
"~> 3.1"
],
"AFNetworking": [
"~> 2.0"
]
}
}