[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / f / 1 / LeanCloudSocialDynamic / 0.0.7.1 / LeanCloudSocialDynamic.podspec.json
blobb93b6c750800d637c2586977332fdff1ef608631
2   "name": "LeanCloudSocialDynamic",
3   "version": "0.0.7.1",
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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/leancloud/leancloud-social-ios.git",
19     "tag": "0.0.7.1"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "public_header_files": [
23     "Classes/AVUser+SNS.h",
24     "Classes/AVOSCloudSNS.h"
25   ],
26   "dependencies": {
27     "AVOSCloudDynamic": [
29     ],
30     "AFNetworking": [
31       "~> 2.0"
32     ]
33   },
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudDynamic/**\" \"${PODS_ROOT}/LeanCloudSocialDynamic/**\"",
36     "OTHER_LDFLAGS": "$(inherited) -ObjC -framework AVOSCloud",
37     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
38   }