blob: 19099e2390bd5003a101d5e5f1f2923e6d53634e [file] [log] [blame]
{
"name": "Donky-CommonMessaging-UI",
"version": "1.0.0.0",
"summary": "The shared messaging UI",
"description": " This contains all shared UI Logic for Socail/Messaging funtiocnality. Including the internal banner view, localization files and shared controllers around obtaining Rich Message view controllers.\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": "1.0.0.0"
},
"social_media_url": "https://twitter.com/mobiledonky",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "src/modules/Messaging/Common/UI/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Donky-CommonMessaging-Logic": [
">= 1.0.0.0"
],
"UIView-Autolayout": [
"~> 0.2"
]
}
}