blob: c88d2f458dde64ccd2910ffad634ecf3b7b2f820 [file] [log] [blame]
{
"name": "Donky-RichMessage-Inbox",
"version": "4.8.4.1",
"summary": "The base logic layer required to handle incoming Remote notifications and also Simple Push messages stored on the server.",
"description": "This is the Rich Message inbox, it includes everything to receive rich messages and display them to your users.",
"homepage": "https://github.com/Donky-Network/DonkySDK-iOS-Modular",
"license": "MIT",
"authors": {
"Donky Networks Ltd": "sdk@mobiledonky.com"
},
"source": {
"git": "https://github.com/Donky-Network/DonkySDK-iOS-Modular.git",
"tag": "v4.8.4.1"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/modules/Messaging/Rich/UI/Inbox/**/*.{h,m}",
"resources": [
"src/modules/Messaging/Rich/UI/Inbox/Assets/**/*.png"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-RichMessage-Logic": [
],
"Donky-CommonMessaging-UI": [
]
}
}