2 "name": "KumulosSdkObjectiveC",
5 "summary": "Official Objective-C SDK for integrating Kumulos services with your mobile apps",
6 "homepage": "https://github.com/Kumulos/KumulosSdkObjectiveC",
8 "Kumulos Ltd": "support@kumulos.com"
11 "git": "https://github.com/Kumulos/KumulosSdkObjectiveC.git",
18 "source_files": "Sources/**/*.{h,m}",
19 "exclude_files": "Carthage",
20 "module_name": "KumulosSDK",
21 "header_dir": "KumulosSDK",
22 "preserve_paths": "upload_dsyms.sh",
23 "prepare_command": "chmod +x upload_dsyms.sh",
27 "Sources/*Analytics*",
30 "public_header_files": [
31 "Sources/KumulosSDK.h",
33 "Sources/KSAPIOperation.h",
34 "Sources/KSAPIResponse.h",
35 "Sources/Kumulos+Crash.h"
39 "public_header_files": [
40 "Sources/KumulosSDK.h",
42 "Sources/KSAPIOperation.h",
43 "Sources/KSAPIResponse.h",
44 "Sources/Kumulos+Push.h",
45 "Sources/KumulosPushSubscriptionManager.h",
46 "Sources/Kumulos+Location.h",
47 "Sources/Kumulos+Crash.h",
48 "Sources/Kumulos+Analytics.h"