[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / 6 / OptimoveNotificationServiceExtension / 2.11.1 / OptimoveNotificationServiceExtension.podspec.json
blobfe52bf7a32c1ded79613bcfed096c5f6dd2c9353
2   "name": "OptimoveNotificationServiceExtension",
3   "version": "2.11.1",
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.11.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5",
22   "source_files": "OptimoveNotificationServiceExtension/Sources/Classes/**/*",
23   "dependencies": {
24     "OptimoveCore": [
25       "2.11.1"
26     ]
27   },
28   "frameworks": [
29     "Foundation",
30     "UserNotifications",
31     "UIKit"
32   ],
33   "testspecs": [
34     {
35       "name": "unit",
36       "test_type": "unit",
37       "source_files": [
38         "OptimoveNotificationServiceExtension/Tests/Sources/**/*",
39         "Shared/Tests/Sources/**/*"
40       ],
41       "resources": [
42         "OptimoveNotificationServiceExtension/Tests/Resources/**/*",
43         "Shared/Tests/Resources/**/*"
44       ]
45     }
46   ],
47   "swift_version": "5"