[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 7 / 5 / 8 / AVOSCloudCrashReporting / 3.1.3 / AVOSCloudCrashReporting.podspec.json
blobc663b8a990a5a0fe7ac319e4fd6f9c84317b0418
2   "name": "AVOSCloudCrashReporting",
3   "version": "3.1.3",
4   "platforms": {
5     "ios": "5.1.1"
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.3/AVOSCloudCrashReporting.framework.zip"
19   },
20   "source_files": [
21     "*.h",
22     "LCDummy.m"
23   ],
24   "public_header_files": "*.h",
25   "preserve_paths": "iOS/release-v3.1.3/AVOSCloudCrashReporting.framework/AVOSCloudCrashReporting",
26   "libraries": "c++",
27   "dependencies": {
28     "AVOSCloud": [
30     ]
31   },
32   "xcconfig": {
33     "OTHER_LDFLAGS": "$(inherited)"
34   },
35   "vendored_libraries": "libAVOSCloudCrashReportingLib.a",
36   "prepare_command": "cp iOS/release-v3.1.3/AVOSCloudCrashReporting.framework/AVOSCloudCrashReporting libAVOSCloudCrashReportingLib.a\ncp iOS/release-v3.1.3/AVOSCloudCrashReporting.framework/Headers/* .\ntouch LCDummy.m"