blob: ac9f0a6e4accd1b8497d7280a3314e29ddafc4ff [file] [log] [blame]
{
"name": "KarteRemoteNotification",
"version": "2.0.2",
"summary": "KARTE Remote notification 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": "RemoteNotification-2.0.2"
},
"source_files": "KarteRemoteNotification/**/*.{swift,h,m}",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "REMOTE_NOTIFICATION_VERSION=2.0.2"
},
"dependencies": {
"KarteCore": [
"~> 2.0"
],
"KarteUtilities": [
"~> 3.0"
]
},
"swift_version": "5.1"
}