[Add] MoEngagePluginInbox 1.0.0
[CocoaPods.git] / Specs / c / 2 / 9 / MoEngagePluginInbox / 1.0.0 / MoEngagePluginInbox.podspec.json
blob7573378c7626f0ceb84efcc3a0c105f6a4d3c203
2   "name": "MoEngagePluginInbox",
3   "version": "1.0.0",
4   "summary": "MoEngage Plugin Base for Hybrid SDKs",
5   "description": "MoEngage is a mobile marketing automation company. This framework is used by our plugins built for different hybrid frameworks i.e, Flutter, Cordova, React Native etc.",
6   "homepage": "https://www.moengage.com",
7   "documentation_url": "https://developers.moengage.com/",
8   "license": {
9     "type": "Commercial",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MobileDevs": "mobiledevs@moengage.com"
14   },
15   "social_media_url": "https://twitter.com/moengage",
16   "platforms": {
17     "ios": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/moengage/iOS-PluginBase.git",
21     "tag": "pluginInbox-1.0.0"
22   },
23   "source_files": "MoEngagePluginInbox/**/*",
24   "swift_versions": "5.0",
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "UserNotifications"
29   ],
30   "dependencies": {
31     "MoEngagePluginBase": [
32       ">= 3.0.0",
33       "< 3.1.0"
34     ],
35     "MoEngageInbox": [
36       ">= 1.3.0",
37       "< 1.4.0"
38     ]
39   },
40   "swift_version": "5.0"