[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 1 / e / 0 / OptimoveSDK / 2.3.0 / OptimoveSDK.podspec.json
blob0083b8d22a0a4e376315f30aed66606b74581dd8
2   "name": "OptimoveSDK",
3   "version": "2.3.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.3.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.0"
34     ]
35   },
36   "frameworks": [
37     "UIKit",
38     "SystemConfiguration",
39     "UserNotifications",
40     "AdSupport"
41   ],
42   "swift_version": "5",
43   "testspecs": [
44     {
45       "name": "unit",
46       "test_type": "unit",
47       "source_files": [
48         "OptimoveSDK/Tests/Sources/**/*",
49         "Shared/Tests/Sources/**/*"
50       ],
51       "resources": [
52         "OptimoveSDK/Tests/Resources/**/*",
53         "Shared/Tests/Resources/**/*"
54       ],
55       "dependencies": {
56         "Mocker": [
57           "~> 1.0"
58         ]
59       }
60     }
61   ]