blob: 278a0fb1dcf0bc89208d2831857280987b620afa [file] [log] [blame]
{
"name": "Donky-CommonMessaging-Logic",
"version": "4.1.2.7",
"summary": "The shared messaging logic",
"description": " Only manually import this Pod if you wish to create your own completely Bespoke messaging UI. This contains central logic around changing the state of internal messages and reporting these back to the Donky Network. \n",
"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.1.2.7"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/modules/Messaging/Common/Logic/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-Core-SDK": [
]
}
}