[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 2 / f / LeanCloudFeedbackDynamic / 0.0.8.2 / LeanCloudFeedbackDynamic.podspec.json
blob4b39db99f352cbd91bf59d4c07a133d2f785b4ff
2   "name": "LeanCloudFeedbackDynamic",
3   "version": "0.0.8.2",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "LeanCloud iOS SDK for mobile backend.",
8   "homepage": "https://leancloud.cn",
9   "documentation_url": "https://leancloud.cn/docs/feedback.html",
10   "license": {
11     "type": "Commercial",
12     "text": "Copyright 2015 LeanCloud, Inc. See https://leancloud.cn/terms.html"
13   },
14   "authors": {
15     "LeanCloud": "support@leancloud.cn"
16   },
17   "source": {
18     "git": "https://github.com/leancloud/leancloud-feedback-ios.git",
19     "tag": "0.0.8.2"
20   },
21   "source_files": "LeanCloudFeedback/**/*.{h,m}",
22   "public_header_files": "LeanCloudFeedback/**/*.h",
23   "resources": "LeanCloudFeedback/resources/*.{png,strings}",
24   "dependencies": {
25     "AVOSCloudDynamic": [
26       "~> 3.1"
27     ]
28   },
29   "xcconfig": {
30     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/AVOSCloudDynamic/**\"",
31     "OTHER_LDFLAGS": "$(inherited) -ObjC -framework AVOSCloud"
32   }