[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / d / a / c / KarteCrashReporting / 2.6.0 / KarteCrashReporting.podspec.json
blob364eb291221d045603828a3f81d4cf3297487e3c
2   "name": "KarteCrashReporting",
3   "version": "2.6.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": "11.0"
21   },
22   "source": {
23     "git": "https://github.com/plaidev/karte-ios-sdk.git",
24     "tag": "CrashReporting-2.6.0"
25   },
26   "source_files": "KarteCrashReporting/**/*.{swift,h,m}",
27   "exclude_files": "KarteCrashReporting/PLCrashReporter",
28   "requires_arc": true,
29   "pod_target_xcconfig": {
30     "GCC_PREPROCESSOR_DEFINITIONS": "CRASH_REPORTING_VERSION=2.6.0",
31     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/KarteCrashReporter\""
32   },
33   "dependencies": {
34     "KarteCore": [
35       "~> 2.0"
36     ],
37     "KarteCrashReporter": [
38       "~> 1.11"
39     ]
40   },
41   "swift_version": "5.1"