[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / 1 / LeanCloudSocialDynamic / 0.0.6 / LeanCloudSocialDynamic.podspec.json
blob35a50a37d79dec9114d4fcfc7cf07f4ef6006ab3
2   "name": "LeanCloudSocialDynamic",
3   "version": "0.0.6",
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.6"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "public_header_files": "Classes/*.h",
23   "dependencies": {
24     "AVOSCloudDynamic": [
26     ],
27     "AFNetworking": [
28       "~> 2.0"
29     ]
30   },
31   "xcconfig": {
32     "OTHER_LDFLAGS": "$(inherited) -ObjC",
33     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/LeanCloudSocialDynamic/**\"",
34     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
35   }