blob: ce66f1fcbce060dc88fd5282f88673eb119a5237 [file] [log] [blame]
{
"name": "Donky-SimplePush-Logic",
"version": "4.7.0.0",
"summary": "The base logic layer required to handle incoming Remote notifications and also Simple Push messages stored on the server.",
"description": "This is the Simple Push logic , it contains all the logic necessary to receive and process remote notificaitons. As well as receive and process notifications via the Donky Backup channel.",
"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.7.0.0"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/modules/Messaging/SimplePush/Logic/**/*.{h,m}",
"deprecated": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-CommonMessaging-Logic": [
]
}
}