[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 1 / e / 0 / OptimoveSDK / 2.6.0 / OptimoveSDK.podspec.json
blob34be9969a3dccbceb797ce2da0dd871068b9cc3a
2   "name": "OptimoveSDK",
3   "version": "2.6.0",
4   "summary": "Official Optimove SDK for iOS.",
5   "description": "The Optimove SDK framework is used for reporting events and receive push 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   "social_media_url": "https://twitter.com/Optimove",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "static_framework": true,
23   "swift_versions": "5",
24   "source_files": "OptimoveSDK/Classes/**/*",
25   "dependencies": {
26     "FirebaseMessaging": [
27       "~> 4.0"
28     ],
29     "MatomoTracker": [
30       "~> 7.0"
31     ],
32     "OptimoveCore": [
33       "2.6.0"
34     ]
35   },
36   "frameworks": [
37     "UIKit",
38     "SystemConfiguration",
39     "UserNotifications",
40     "AdSupport"
41   ],
42   "testspecs": [
43     {
44       "name": "unit",
45       "test_type": "unit",
46       "source_files": [
47         "OptimoveSDK/Tests/Sources/**/*",
48         "Shared/Tests/Sources/**/*"
49       ],
50       "resources": [
51         "OptimoveSDK/Tests/Resources/**/*",
52         "Shared/Tests/Resources/**/*"
53       ],
54       "dependencies": {
55         "Mocker": [
56           "~> 1.0"
57         ]
58       }
59     }
60   ],
61   "swift_version": "5"