blob: f529cb7bd4fd8d3b8022973266c8ca90cd54738a [file] [log] [blame]
{
"name": "KarteCore",
"version": "2.6.0",
"summary": "KARTE Core 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": "Core-2.6.0"
},
"source_files": "KarteCore/**/*.{swift,h,m}",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "CORE_VERSION=2.6.0"
},
"dependencies": {
"KarteUtilities": [
"~> 3.1"
]
},
"swift_version": "5.1"
}