[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 8 / 6 / OptimoveCore / 5.2.1 / OptimoveCore.podspec.json
blobe672320b248ab4af73d00ae738edc983a49e71fe
2   "name": "OptimoveCore",
3   "version": "5.2.1",
4   "summary": "Official Optimove SDK for iOS. Core framework.",
5   "description": "The core framework is used to share code-base between other Optimove frameworks.",
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": "5.2.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5",
22   "source_files": "OptimoveCore/Sources/Classes/**/*",
23   "frameworks": "Foundation",
24   "testspecs": [
25     {
26       "name": "unit",
27       "test_type": "unit",
28       "source_files": [
29         "OptimoveCore/Tests/Sources/**/*",
30         "Shared/Tests/Sources/**/*"
31       ],
32       "resources": [
33         "OptimoveCore/Tests/Resources/**/*",
34         "Shared/Tests/Resources/**/*"
35       ],
36       "dependencies": {
37         "Mocker": [
38           "~> 1.0"
39         ]
40       }
41     }
42   ],
43   "swift_version": "5"