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 "Sources/KSUserNotificationCenterDelegate.*",
33 "public_header_files": [
34 "Sources/KumulosSDK.h",
36 "Sources/KSAPIOperation.h",
37 "Sources/KSAPIResponse.h",
38 "Sources/Kumulos+Crash.h"
42 "public_header_files": [
43 "Sources/KumulosSDK.h",
45 "Sources/KSAPIOperation.h",
46 "Sources/KSAPIResponse.h",
47 "Sources/Kumulos+Push.h",
48 "Sources/KumulosPushSubscriptionManager.h",
49 "Sources/Kumulos+Location.h",
50 "Sources/Kumulos+Crash.h",
51 "Sources/Kumulos+Analytics.h",
52 "Sources/KumulosInApp.h"