blob: 37552e6b6795155c6403581f4f50e06755d1ef48 [file] [log] [blame]
{
"name": "LeanCloudSocial",
"version": "0.0.2",
"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.2"
},
"source_files": "LeanCloudSocial/**/*.{h,m}",
"public_header_files": "LeanCloudSocial/**/*.h",
"dependencies": {
"AVOSCloud": [
"~> 3.1"
],
"AFNetworking": [
"~> 2.0"
]
}
}