blob: a3cafc110b8f237ee6a313fd3ac01e7553101b3f [file] [log] [blame]
{
"name": "KumulosSdkSwift",
"version": "2.2.5",
"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": "2.2.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources",
"resources": "Sources/KAnalyticsModel.xcdatamodeld",
"exclude_files": "Carthage",
"module_name": "KumulosSDK",
"preserve_paths": "upload_dsyms.sh",
"prepare_command": "chmod +x upload_dsyms.sh",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
],
"KSCrash": [
"~> 1.15.16"
]
}
}