blob: c3c283db725600152d520733b0e63f49ffea196d [file] [log] [blame]
{
"name": "KarteCrashReporting",
"version": "2.1.0",
"summary": "KARTE Crash reporting SDK",
"homepage": "https://karte.io",
"authors": {
"PLAID": "dev.share@plaid.co.jp"
},
"social_media_url": "https://twitter.com/karte_io",
"documentation_url": "https://developers.karte.io/docs/ios-sdk",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"cocoapods_version": ">= 1.7.0",
"swift_versions": [
5.1
],
"static_framework": true,
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/plaidev/karte-ios-sdk.git",
"tag": "CrashReporting-2.1.0"
},
"source_files": "KarteCrashReporting/**/*.{swift,h,m}",
"exclude_files": "KarteCrashReporting/PLCrashReporter",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "CRASH_REPORTING_VERSION=2.1.0",
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}/KarteCrashReporter\""
},
"dependencies": {
"KarteCore": [
"~> 2.0"
],
"KarteCrashReporter": [
"1.7.1"
]
},
"swift_version": "5.1"
}