[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 3 / b / 6 / OptimoveNotificationServiceExtension / 2.6.0 / OptimoveNotificationServiceExtension.podspec.json
blob3ac131297c5b7b01a85498990a78d207f6a76d8c
2   "name": "OptimoveNotificationServiceExtension",
3   "version": "2.6.0",
4   "summary": "Official Optimove SDK for iOS. Notification service extension framework.",
5   "description": "The notification service extension is used for handling notifications.",
6   "homepage": "https://github.com/optimove-tech/Optimove-SDK-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mobius Solutions": "mobile@optimove.com"
13   },
14   "source": {
15     "git": "https://github.com/optimove-tech/Optimove-SDK-iOS.git",
16     "tag": "2.6.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5",
22   "source_files": "OptimoveNotificationServiceExtension/Classes/**/*",
23   "dependencies": {
24     "OptimoveCore": [
25       "2.6.0"
26     ]
27   },
28   "frameworks": [
29     "UserNotifications",
30     "UIKit"
31   ],
32   "testspecs": [
33     {
34       "name": "unit",
35       "test_type": "unit",
36       "source_files": [
37         "OptimoveNotificationServiceExtension/Tests/Sources/**/*",
38         "Shared/Tests/Sources/**/*"
39       ],
40       "resources": [
41         "OptimoveNotificationServiceExtension/Tests/Resources/**/*",
42         "Shared/Tests/Resources/**/*"
43       ]
44     }
45   ],
46   "swift_version": "5"