blob: 06f87560807ae79f8fdb6b93fcd67b06c335be56 [file] [log] [blame]
{
"name": "KarteVariables",
"version": "2.0.0",
"summary": "KARTE Variables 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": "Variables-2.0.0"
},
"source_files": "KarteVariables/**/*.{swift,h,m}",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "VARIABLES_VERSION=2.0.0"
},
"dependencies": {
"KarteCore": [
"~> 2.0"
]
},
"swift_version": "5.1"
}