[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 1 / 0 / CastledNotificationService / 4.2.9 / CastledNotificationService.podspec.json
bloba4cecd87c61386bd6c1d5dae28ed6383c6b03948
2   "name": "CastledNotificationService",
3   "version": "4.2.9",
4   "summary": "A Notification Service extension for customizing push notifications in your app.",
5   "description": "CastledNotificationService is a framework that provides the functionality to modify and customize\npush notifications before they are displayed to the user. With this extension, you can process incoming\nnotifications, attach media content, or perform additional actions based on the received payload.\n\nThis extension integrates seamlessly with your app's push notification flow, allowing you to enhance the\nvisual and interactive experience of your notifications.",
6   "homepage": "https://github.com/castledio/castled-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Castled Data": "https://castled.io"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.7",
18   "ios": {
19     "dependencies": {
20       "Castled": [
21         "~> 4.2.8"
22       ]
23     }
24   },
25   "weak_frameworks": "UserNotifications",
26   "source": {
27     "git": "https://github.com/castledio/castled-ios-sdk.git",
28     "tag": "4.2.9"
29   },
30   "source_files": "Sources/CastledNotificationService/**/*.{h,m,swift}",
31   "readme": "README.md",
32   "swift_version": "5.7"