[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / b / f / MORichNotification / 4.1.0 / MORichNotification.podspec.json
bloba25b06264d0367d8c0a2046971504f7d1f7c0fb9
2   "name": "MORichNotification",
3   "version": "4.1.0",
4   "summary": "MoEngage Rich Notifications for iOS.",
5   "description": "MORichNotification helps you to make use Notification Service Extensions to support media in notifications(Rich Push Notifications). This feature is available from iOS version 10.0 and above.",
6   "homepage": "https://www.moengage.com",
7   "documentation_url": "https://docs.moengage.com",
8   "social_media_url": "https://twitter.com/moengage",
9   "license": {
10     "type": "Commercial",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Chengappa C D": "chengappa@moengage.com"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
21     "tag": "richPush-4.1.0"
22   },
23   "ios": {
24     "vendored_frameworks": "Frameworks/MORichNotification.framework"
25   },
26   "preserve_paths": "Frameworks/MORichNotification.framework",
27   "module_map": "Frameworks/MORichNotification.framework/Modules/module.modulemap",
28   "requires_arc": true,
29   "frameworks": [
30     "Foundation",
31     "UIKit",
32     "UserNotifications",
33     "UserNotificationsUI"
34   ],
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   }