[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 5 / 8 / AVOSCloudCrashReporting / 3.1.6.2 / AVOSCloudCrashReporting.podspec.json
blob5ead0c3c327296e4c59ed194c7b9086df6d2ef15
2   "name": "AVOSCloudCrashReporting",
3   "version": "3.1.6.2",
4   "platforms": {
5     "ios": "6.0"
6   },
7   "summary": "LeanCloud iOS Crash Reporting SDK for mobile backend.",
8   "homepage": "https://leancloud.cn",
9   "documentation_url": "https://leancloud.cn/docs/api/iOS/index.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     "http": "https://download.leancloud.cn/sdk/iOS/release-v3.1.6.2/Static/AVOSCloudCrashReporting.framework.zip"
19   },
20   "source_files": "*.h",
21   "public_header_files": "*.h",
22   "preserve_paths": "iOS/release-v3.1.6.2/Static/AVOSCloudCrashReporting.framework/AVOSCloudCrashReporting",
23   "vendored_libraries": "libAVOSCloudCrashReporting.a",
24   "libraries": "c++",
25   "dependencies": {
26     "AVOSCloud": [
28     ]
29   },
30   "xcconfig": {
31     "OTHER_LDFLAGS": "$(inherited)"
32   },
33   "prepare_command": "cp iOS/release-v3.1.6.2/Static/AVOSCloudCrashReporting.framework/AVOSCloudCrashReporting libAVOSCloudCrashReporting.a\ncp iOS/release-v3.1.6.2/Static/AVOSCloudCrashReporting.framework/Headers/* ."