[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / 3 / b / LeanCloudSocial / 0.0.7 / LeanCloudSocial.podspec.json
blob1fd2825447e39227d70c81dcab173fe8df0cb712
2   "name": "LeanCloudSocial",
3   "version": "0.0.7",
4   "summary": "LeanCloud iOS Social SDK for mobile backend.",
5   "homepage": "https://leancloud.cn",
6   "license": {
7     "type": "Commercial",
8     "text": "© Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
9   },
10   "authors": {
11     "LeanCloud": "support@leancloud.cn"
12   },
13   "documentation_url": "https://leancloud.cn/docs/sns.html",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/leancloud/leancloud-social-ios.git",
19     "tag": "0.0.7"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "public_header_files": [
23     "Classes/AVUser+SNS.h",
24     "Classes/AVOSCloudSNS.h"
25   ],
26   "dependencies": {
27     "AVOSCloud": [
28       "~> 3.1"
29     ],
30     "AFNetworking": [
31       "~> 2.0"
32     ]
33   }