[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 4.7.0 / KumulosSdkObjectiveC.podspec.json
blob90fdd9aec061b33dc385377d289f072628d3aab3
2   "name": "KumulosSdkObjectiveC",
3   "version": "4.7.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.7.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/Shared/*KSPendingNotification*",
40       "Sources/Shared/*KSMediaHelper*",
41       "Sources/*SessionHelper*",
42       "Sources/*Kumulos+DeepLinking*",
43       "Sources/*DeepLinkHelper*",
44       "Sources/*KSDeepLinkFingerprinter*"
45     ],
46     "public_header_files": [
47       "Sources/KumulosSDK.h",
48       "Sources/Kumulos.h",
49       "Sources/KSAPIOperation.h",
50       "Sources/KSAPIResponse.h",
51       "Sources/Kumulos+Crash.h"
52     ]
53   },
54   "ios": {
55     "public_header_files": [
56       "Sources/KumulosSDK.h",
57       "Sources/Kumulos.h",
58       "Sources/KSAPIOperation.h",
59       "Sources/KSAPIResponse.h",
60       "Sources/Kumulos+Push.h",
61       "Sources/KumulosPushSubscriptionManager.h",
62       "Sources/Kumulos+Location.h",
63       "Sources/Kumulos+Crash.h",
64       "Sources/Kumulos+Analytics.h",
65       "Sources/KumulosInApp.h",
66       "Sources/Kumulos+DeepLinking.h"
67     ]
68   },
69   "dependencies": {
70     "KumulosKSCrash": [
71       "1.15.21-kumulos3"
72     ]
73   }