[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 2 / 3 / Donky-CommonMessaging-Logic / 4.0.0.0 / Donky-CommonMessaging-Logic.podspec.json
blob6dfc9f0ebafa5c778348e374e9b88c7b708ee0d3
2   "name": "Donky-CommonMessaging-Logic",
3   "version": "4.0.0.0",
4   "summary": "The shared messaging logic",
5   "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",
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.0.0"
14   },
15   "social_media_url": "https://twitter.com/mobiledonky",
16   "platforms": {
17     "ios": "7.1"
18   },
19   "requires_arc": true,
20   "source_files": "src/modules/Messaging/Common/Logic/**/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "Donky-Core-SDK": [
27       ">= 4.0.0.0"
28     ]
29   }