[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 6 / b / CastledNotificationContent / 4.2.2 / CastledNotificationContent.podspec.json
blobbd17a03f64e965132ad86b25115157133a8f6558
2   "name": "CastledNotificationContent",
3   "version": "4.2.2",
4   "summary": "A Notification Content Extension for displaying custom content in iOS push notifications.",
5   "description": "The CastledNotificationContent framework provides a Notification Content Extension that allows you to create custom interfaces for displaying rich content in push notifications on iOS.",
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   "weak_frameworks": [
19     "UserNotifications",
20     "UIKit"
21   ],
22   "ios": {
23     "dependencies": {
24       "SDWebImage": [
25         "~> 5.11"
26       ]
27     }
28   },
29   "source": {
30     "git": "https://github.com/castledio/castled-ios-sdk.git",
31     "tag": "4.2.2"
32   },
33   "source_files": "Sources/CastledNotificationContent/**/*.{h,m,swift}",
34   "resource_bundles": {
35     "CastledNotificationContent": [
36       "Sources/CastledNotificationContent/**/*.{xcassets,storyboard,xib}"
37     ]
38   },
39   "readme": "README.md",
40   "pod_target_xcconfig": {
41     "DEFINES_MODULE": "YES"
42   },
43   "swift_version": "5.7"