[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 0 / 6 / f / Donky-RichMessage-Logic / 4.1.2.8 / Donky-RichMessage-Logic.podspec.json
blob53037ec1e844a1ddb3b84291341bbdad06d55aec
2   "name": "Donky-RichMessage-Logic",
3   "version": "4.1.2.8",
4   "summary": "The base logic layer required to handle incoming Rich Messages.",
5   "description": "                       This is the Rich Message logic, it contains all the logic necessary to receive and process inbound rich messages, saving them into the Database and recording analytics around delivery.\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.1.2.8"
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/Rich/Logic/**/*.{h,m}",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "Donky-CommonMessaging-Logic": [
28     ]
29   }