[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 1 / 0 / Donky-CommonMessaging-UI / 4.0.1.2 / Donky-CommonMessaging-UI.podspec.json
blob31bdc86eb5125f3b8ed0bea64f02a59d2cd69105
2   "name": "Donky-CommonMessaging-UI",
3   "version": "4.0.1.2",
4   "summary": "The shared messaging UI",
5   "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",
6   "homepage": "https://github.com/Donky-Network/DonkySDK-iOS-Modular",
7   "license": "MIT",
8   "authors": {
9     "Donky Networks Ltd": "sdk@mobiledonky.com"
10   },
11   "source": {
12     "git": "https://github.com/Donky-Network/DonkySDK-iOS-Modular.git",
13     "tag": "v4.0.1.2"
14   },
15   "social_media_url": "https://twitter.com/mobiledonky",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "src/modules/Messaging/Common/UI/**/*.{h,m}",
21   "resources": "src/modules/Messaging/Common/UI/Localization/DCUILocalization.strings",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Donky-CommonMessaging-Logic": [
28       ">= 4.0.1.2"
29     ],
30     "UIView-Autolayout": [
31       "~> 0.2"
32     ]
33   }