[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 2 / b / 8 / CTNotificationContent / 0.2.7 / CTNotificationContent.podspec.json
bloba9037635e2d477c321e76a329c9e4724fe022e94
2   "name": "CTNotificationContent",
3   "version": "0.2.7",
4   "summary": "A Notification Content Extension class to display custom content interfaces for iOS 10 push notifications",
5   "homepage": "https://github.com/CleverTap/CTNotificationContent",
6   "license": "MIT",
7   "authors": {
8     "CleverTap": "http://www.clevertap.com"
9   },
10   "source": {
11     "git": "https://github.com/CleverTap/CTNotificationContent.git",
12     "tag": "0.2.7"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0"
17   },
18   "weak_frameworks": [
19     "UserNotifications",
20     "UIKit"
21   ],
22   "source_files": "CTNotificationContent/**/*.{h,m,swift}",
23   "resources": "CTNotificationContent/**/*.{png,xib}",
24   "resource_bundles": {
25     "CTNotificationContent": "CTNotificationContent/**/*.{xcprivacy}"
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"