[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 0 / OptimoveSDK / 2.11.0 / OptimoveSDK.podspec.json
blobaa86963f4f9b8c4431bd97bc9f20e87111edc8a8
2   "name": "OptimoveSDK",
3   "version": "2.11.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.11.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/Sources/Classes/**/*",
25   "dependencies": {
26     "MatomoTracker": [
27       "~> 7.0"
28     ],
29     "OptimoveCore": [
30       "2.11.0"
31     ]
32   },
33   "frameworks": [
34     "Foundation",
35     "UIKit",
36     "SystemConfiguration",
37     "UserNotifications",
38     "AdSupport"
39   ],
40   "testspecs": [
41     {
42       "name": "unit",
43       "test_type": "unit",
44       "source_files": [
45         "OptimoveSDK/Tests/Sources/**/*",
46         "Shared/Tests/Sources/**/*"
47       ],
48       "resources": [
49         "OptimoveSDK/Tests/Resources/**/*",
50         "Shared/Tests/Resources/**/*"
51       ],
52       "dependencies": {
53         "Mocker": [
54           "~> 1.0"
55         ]
56       }
57     }
58   ],
59   "swift_version": "5"