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