[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 4.0.1 / KumulosSdkObjectiveC.podspec.json
blob6752d4a92cf0631f63739bd3229f5a3a3adb21c4
2   "name": "KumulosSdkObjectiveC",
3   "version": "4.0.1",
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.0.1"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.12"
17   },
18   "source_files": "Sources/**/*.{h,m}",
19   "exclude_files": [
20     "Carthage",
21     "Sources/KumulosSDKExtension"
22   ],
23   "module_name": "KumulosSDK",
24   "header_dir": "KumulosSDK",
25   "preserve_paths": "upload_dsyms.sh",
26   "prepare_command": "chmod +x upload_dsyms.sh",
27   "osx": {
28     "exclude_files": [
29       "Sources/*Push*",
30       "Sources/*Analytics*",
31       "Sources/*Location*",
32       "Sources/*InApp*",
33       "Sources/KSUserNotificationCenterDelegate.*",
34       "Sources/**/*InApp*"
35     ],
36     "public_header_files": [
37       "Sources/KumulosSDK.h",
38       "Sources/Kumulos.h",
39       "Sources/KSAPIOperation.h",
40       "Sources/KSAPIResponse.h",
41       "Sources/Kumulos+Crash.h"
42     ]
43   },
44   "ios": {
45     "public_header_files": [
46       "Sources/KumulosSDK.h",
47       "Sources/Kumulos.h",
48       "Sources/KSAPIOperation.h",
49       "Sources/KSAPIResponse.h",
50       "Sources/Kumulos+Push.h",
51       "Sources/KumulosPushSubscriptionManager.h",
52       "Sources/Kumulos+Location.h",
53       "Sources/Kumulos+Crash.h",
54       "Sources/Kumulos+Analytics.h",
55       "Sources/KumulosInApp.h"
56     ]
57   },
58   "dependencies": {
59     "KSCrash": [
60       "~> 1.15"
61     ]
62   }