blob: f9b8755272d4f9f0a2b7ba79053aa67055d9b4c6 [file] [log] [blame]
{
"name": "LeanCloudSocial",
"version": "0.0.1",
"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": "5.1.1"
},
"source": {
"git": "https://github.com/leancloud/leancloud-social-ios.git",
"tag": "0.0.1"
},
"source_files": "LeanCloudSocial/**/*.{h,m}",
"public_header_files": "LeanCloudSocial/**/*.h",
"dependencies": {
"AVOSCloud": [
"~> 3.1"
],
"AFNetworking": [
"~> 1.0"
]
}
}