[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / d / a / c / KarteCrashReporting / 2.4.0 / KarteCrashReporting.podspec.json
blob0d8d1669954a235b4dc872c3b08ef8f335d40460
2   "name": "KarteCrashReporting",
3   "version": "2.4.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.7.0",
15   "swift_versions": [
16     5.1
17   ],
18   "static_framework": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/plaidev/karte-ios-sdk.git",
24     "tag": "CrashReporting-2.4.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.4.0",
31     "FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/KarteCrashReporter\""
32   },
33   "dependencies": {
34     "KarteCore": [
35       "~> 2.0"
36     ],
37     "KarteCrashReporter": [
38       "1.8.2"
39     ]
40   },
41   "swift_version": "5.1"