[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / a / 2 / EmarsysSDK / 2.1.0 / EmarsysSDK.podspec.json
blob24f4c2cefa302214a4a3c7288807955839e865b7
2   "name": "EmarsysSDK",
3   "version": "2.1.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.1.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/Models/EMSCartItemProtocol.h",
34     "Predict/Models/EMSCartItem.h",
35     "Predict/Models/EMSProduct.h",
36     "Predict/Recommendations/EMSLogicProtocol.h",
37     "Predict/Recommendations/EMSLogic.h",
38     "Predict/Recommendations/EMSRecommendationFilter.h",
39     "Predict/Recommendations/EMSRecommendationFilterProtocol.h",
40     "MobileEngage/IAM/EMSEventHandler.h",
41     "MobileEngage/Inbox/EMSNotification.h",
42     "MobileEngage/Inbox/EMSNotificationInboxStatus.h",
43     "Core/Flipper/EMSFlipperFeatures.h",
44     "MobileEngage/RichNotification/EMSUserNotificationCenterDelegate.h"
45   ],
46   "libraries": [
47     "z",
48     "c++"
49   ]