[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / c / 5 / Donky-SimplePush-Logic / 4.7.0.0 / Donky-SimplePush-Logic.podspec.json
blobce66f1fcbce060dc88fd5282f88673eb119a5237
2   "name": "Donky-SimplePush-Logic",
3   "version": "4.7.0.0",
4   "summary": "The base logic layer required to handle incoming Remote notifications and also Simple Push messages stored on the server.",
5   "description": "This is the Simple Push logic , it contains all the logic necessary to receive and process remote notificaitons. As well as receive and process notifications via the Donky Backup channel.",
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.7.0.0"
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/SimplePush/Logic/**/*.{h,m}",
21   "deprecated": true,
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Donky-CommonMessaging-Logic": [
29     ]
30   }