[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 2 / EmarsysSDK / 2.0.0 / EmarsysSDK.podspec.json
blob0ed1da1c7a16eba0f89b982b09fbd9757d0a940b
2   "name": "EmarsysSDK",
3   "version": "2.0.0",
4   "homepage": "https://github.com/emartech/ios-emarsys-sdk",
5   "license": "Mozilla Public License 2.0",
6   "authors": {
7     "Emarsys Technologies": "mobile-team@emarsys.com"
8   },
9   "summary": "Emarsys iOS SDK",
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/emartech/ios-emarsys-sdk.git",
15     "tag": "2.0.0"
16   },
17   "source_files": [
18     "Core/**/*.{h,m}",
19     "MobileEngage/**/*.{h,m}",
20     "Predict/**/*.{h,m}",
21     "EmarsysSDK/**/*.{h,m}"
22   ],
23   "exclude_files": "MobileEngage/RichNotificationExtension/*",
24   "public_header_files": [
25     "EmarsysSDK/Emarsys.h",
26     "EmarsysSDK/EMSInAppProtocol.h",
27     "EmarsysSDK/EMSInboxProtocol.h",
28     "EmarsysSDK/EMSPredictProtocol.h",
29     "EmarsysSDK/EMSPushNotificationProtocol.h",
30     "EmarsysSDK/EMSBlocks.h",
31     "EmarsysSDK/Setup/EMSConfig.h",
32     "EmarsysSDK/Setup/EMSConfigBuilder.h",
33     "Predict/EMSCartItemProtocol.h",
34     "Predict/EMSCartItem.h",
35     "MobileEngage/IAM/EMSEventHandler.h",
36     "MobileEngage/Inbox/EMSNotification.h",
37     "MobileEngage/Inbox/EMSNotificationInboxStatus.h",
38     "Core/Flipper/EMSFlipperFeatures.h",
39     "MobileEngage/RichNotification/EMSUserNotificationCenterDelegate.h"
40   ],
41   "libraries": [
42     "z",
43     "c++"
44   ]