[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / b / LeanCloudSocial / 1.0.0-beta3 / LeanCloudSocial.podspec.json
blob5e2d5acc32c6749624d7d1c789033922e4e36848
2   "name": "LeanCloudSocial",
3   "version": "1.0.0-beta3",
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": "1.0.0-beta3"
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": [
29     ]
30   }