[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 4 / b / AVOSCloudFeedback / 0.0.1 / AVOSCloudFeedback.podspec.json
blob90c278cbb943a316d2bda1d54ea247dbf3399dad
2   "name": "AVOSCloudFeedback",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "5.1.1"
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.1"
20   },
21   "source_files": "LeanCloudFeedback/**/*.{h,m}",
22   "public_header_files": "LeanCloudFeedback/**/*.h",
23   "resources": "LeanCloudFeedback/resources/*.png",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "CoreGraphics",
31     "QuartzCore"
32   ],
33   "dependencies": {
34     "AVOSCloud": [
35       "~> 3.1.2.6"
36     ]
37   }