[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 5 / 1 / KumulosSdkSwift / 5.0.0 / KumulosSdkSwift.podspec.json
blobbebc88a998cba6184c6d8006a66ef957fc59226c
2   "name": "KumulosSdkSwift",
3   "version": "5.0.0",
4   "license": "MIT",
5   "summary": "Official Swift SDK for integrating Kumulos services with your mobile apps",
6   "homepage": "https://github.com/Kumulos/KumulosSdkSwift",
7   "authors": {
8     "Kumulos Ltd": "support@kumulos.com"
9   },
10   "source": {
11     "git": "https://github.com/Kumulos/KumulosSdkSwift.git",
12     "tag": "5.0.0"
13   },
14   "swift_version": "5.0",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source_files": "Sources",
19   "exclude_files": "Carthage",
20   "module_name": "KumulosSDK",
21   "preserve_paths": "upload_dsyms.sh",
22   "prepare_command": "chmod +x upload_dsyms.sh",
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.8.2"
26     ],
27     "KSCrash": [
28       "~> 1.15.19"
29     ]
30   }