blob: ec37f527d27e227690238fea23f86e728b1280c9 [file] [log] [blame]
{
"name": "KumulosSdkSwift",
"version": "8.4.4",
"license": "MIT",
"summary": "Official Swift SDK for integrating Kumulos services with your mobile apps",
"homepage": "https://github.com/Kumulos/KumulosSdkSwift",
"authors": {
"Kumulos Ltd": "support@kumulos.com"
},
"source": {
"git": "https://github.com/Kumulos/KumulosSdkSwift.git",
"tag": "8.4.4"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.{h,m,swift}",
"exclude_files": [
"Carthage",
"Sources/Extension"
],
"module_name": "KumulosSDK",
"preserve_paths": "upload_dsyms.sh",
"prepare_command": "chmod +x upload_dsyms.sh",
"dependencies": {
"KSCrash": [
"~> 1.15.19"
]
},
"swift_version": "5.0"
}