blob: 8b1c014879fc47ef09945136e543fe59782ba7f6 [file] [log] [blame]
{
"name": "LeanCloudSocial",
"version": "1.0.0-beta2",
"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": "7.0"
},
"source": {
"git": "https://github.com/leancloud/leancloud-social-ios.git",
"tag": "1.0.0-beta2"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": [
"Classes/AVUser+SNS.h",
"Classes/AVOSCloudSNS.h"
],
"dependencies": {
"AVOSCloud": [
]
}
}