[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 4.3.0 / KumulosSdkObjectiveC.podspec.json
bloba932c48bcaa6d42e63c42e7963baa4ed5b08558c
2   "name": "KumulosSdkObjectiveC",
3   "version": "4.3.0",
4   "license": "MIT",
5   "summary": "Official Objective-C SDK for integrating Kumulos services with your mobile apps",
6   "homepage": "https://github.com/Kumulos/KumulosSdkObjectiveC",
7   "authors": {
8     "Kumulos Ltd": "support@kumulos.com"
9   },
10   "source": {
11     "git": "https://github.com/Kumulos/KumulosSdkObjectiveC.git",
12     "tag": "4.3.0"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.12"
17   },
18   "source_files": [
19     "Sources/**/*.{h,m}",
20     "Sources/Shared/**/*.{h,m}"
21   ],
22   "exclude_files": [
23     "Carthage",
24     "Sources/KumulosSDKExtension"
25   ],
26   "module_name": "KumulosSDK",
27   "header_dir": "KumulosSDK",
28   "preserve_paths": "upload_dsyms.sh",
29   "prepare_command": "chmod +x upload_dsyms.sh",
30   "osx": {
31     "exclude_files": [
32       "Sources/*Push*",
33       "Sources/*Analytics*",
34       "Sources/*Location*",
35       "Sources/*InApp*",
36       "Sources/KSUserNotificationCenterDelegate.*",
37       "Sources/**/*InApp*",
38       "Sources/Shared/*Analytics*",
39       "Sources/*SessionHelper*",
40       "Sources/*Kumulos+DeepLinking*",
41       "Sources/*DeepLinkHelper*"
42     ],
43     "public_header_files": [
44       "Sources/KumulosSDK.h",
45       "Sources/Kumulos.h",
46       "Sources/KSAPIOperation.h",
47       "Sources/KSAPIResponse.h",
48       "Sources/Kumulos+Crash.h"
49     ]
50   },
51   "ios": {
52     "public_header_files": [
53       "Sources/KumulosSDK.h",
54       "Sources/Kumulos.h",
55       "Sources/KSAPIOperation.h",
56       "Sources/KSAPIResponse.h",
57       "Sources/Kumulos+Push.h",
58       "Sources/KumulosPushSubscriptionManager.h",
59       "Sources/Kumulos+Location.h",
60       "Sources/Kumulos+Crash.h",
61       "Sources/Kumulos+Analytics.h",
62       "Sources/KumulosInApp.h",
63       "Sources/Kumulos+DeepLinking.h"
64     ]
65   },
66   "dependencies": {
67     "KumulosKSCrash": [
68       "1.15.21-kumulos3"
69     ]
70   }