blob: cb15e0144c73a9d736932bafd2150db71987380a [file] [log] [blame]
{
"name": "Donky-Push",
"version": "4.8.0.0",
"summary": "This is the Donky Push module , it contains all the logic necessary to receive and process remote notificaitons. As well as receive and process notifications via the Donky Backup channel",
"description": "This is the Donky Push module , 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.8.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}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-CommonMessaging-Logic": [
]
}
}