[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / a / Donky-RichMessage-Inbox / 4.7.0.1 / Donky-RichMessage-Inbox.podspec.json
blob87d3d6dccd03faa22f96ac899cf43bb56a807430
2   "name": "Donky-RichMessage-Inbox",
3   "version": "4.7.0.1",
4   "summary": "The base logic layer required to handle incoming Remote notifications and also Simple Push messages stored on the server.",
5   "description": "This is the Rich Message inbox, it includes everything to receive rich messages and display them to your users.",
6   "homepage": "https://github.com/Donky-Network/DonkySDK-iOS-Modular",
7   "license": "MIT",
8   "authors": {
9     "Donky Networks Ltd": "sdk@mobiledonky.com"
10   },
11   "source": {
12     "git": "https://github.com/Donky-Network/DonkySDK-iOS-Modular.git",
13     "tag": "v4.7.0.0"
14   },
15   "social_media_url": "https://twitter.com/mobiledonky",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "src/modules/Messaging/Rich/UI/Inbox/**/*.{h,m}",
21   "resources": [
22     "src/modules/Messaging/Rich/UI/Inbox/Assets/**/*.png"
23   ],
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "Donky-RichMessage-Logic": [
31     ],
32     "Donky-CommonMessaging-UI": [
34     ]
35   }