blob: 1548bd0d7eeb3e0591985c12cd7850f8f8efe102 [file] [log] [blame]
{
"name": "KumulosSdkSwift",
"version": "3.1.0",
"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": "3.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources",
"exclude_files": "Carthage",
"module_name": "KumulosSDK",
"preserve_paths": "upload_dsyms.sh",
"prepare_command": "chmod +x upload_dsyms.sh",
"dependencies": {
"Alamofire": [
"~> 4.8.1"
],
"KSCrash": [
"~> 1.15.18"
]
}
}