[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 9 / 3 / b / KumulosSdkObjectiveC / 6.0.0 / KumulosSdkObjectiveC.podspec.json
blob0ec44c2a4d52c606a045baa3078bdb3c9fb63992
2   "name": "KumulosSdkObjectiveC",
3   "version": "6.0.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": "6.0.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": "Sources/KumulosSDKExtension",
23   "module_name": "KumulosSDK",
24   "header_dir": "KumulosSDK",
25   "osx": {
26     "exclude_files": [
27       "Sources/*Push*",
28       "Sources/*Analytics*",
29       "Sources/*Location*",
30       "Sources/*InApp*",
31       "Sources/KSUserNotificationCenterDelegate.*",
32       "Sources/**/*InApp*",
33       "Sources/Shared/*Analytics*",
34       "Sources/Shared/*KSPendingNotification*",
35       "Sources/Shared/*KSMediaHelper*",
36       "Sources/*SessionHelper*",
37       "Sources/*Kumulos+DeepLinking*",
38       "Sources/*DeepLinkHelper*",
39       "Sources/*KSDeepLinkFingerprinter*"
40     ],
41     "public_header_files": [
42       "Sources/KumulosSDK.h",
43       "Sources/Kumulos.h",
44       "Sources/KSAPIOperation.h",
45       "Sources/KSAPIResponse.h"
46     ]
47   },
48   "ios": {
49     "public_header_files": [
50       "Sources/KumulosSDK.h",
51       "Sources/Kumulos.h",
52       "Sources/KSAPIOperation.h",
53       "Sources/KSAPIResponse.h",
54       "Sources/Kumulos+Push.h",
55       "Sources/KumulosPushSubscriptionManager.h",
56       "Sources/Kumulos+Location.h",
57       "Sources/Kumulos+Analytics.h",
58       "Sources/KumulosInApp.h",
59       "Sources/Kumulos+DeepLinking.h"
60     ]
61   }