[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / a / c / KarteCrashReporting / 2.8.0 / KarteCrashReporting.podspec.json
blobcb55fb9cbd45d5bbb7b89b33e564c459e525d3c0
2   "name": "KarteCrashReporting",
3   "version": "2.8.0",
4   "summary": "KARTE Crash reporting SDK",
5   "homepage": "https://karte.io",
6   "authors": {
7     "PLAID": "dev.share@plaid.co.jp"
8   },
9   "documentation_url": "https://developers.karte.io/docs/ios-sdk",
10   "license": {
11     "type": "Apache",
12     "file": "LICENSE"
13   },
14   "cocoapods_version": ">= 1.10.0",
15   "swift_versions": [
16     5.1
17   ],
18   "static_framework": true,
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source": {
23     "git": "https://github.com/plaidev/karte-ios-sdk.git",
24     "tag": "CrashReporting-2.8.0"
25   },
26   "source_files": "KarteCrashReporting/**/*.{swift,h,m}",
27   "exclude_files": "KarteCrashReporting/PLCrashReporter",
28   "resource_bundles": {
29     "KarteCrashReporting": [
30       "KarteCrashReporting/PrivacyInfo.xcprivacy"
31     ]
32   },
33   "requires_arc": true,
34   "pod_target_xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "CRASH_REPORTING_VERSION=2.8.0",
36     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/KarteCrashReporter\""
37   },
38   "dependencies": {
39     "KarteCore": [
40       "~> 2.0"
41     ],
42     "KarteCrashReporter": [
43       "~> 1.11"
44     ]
45   },
46   "swift_version": "5.1"