[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 2 / 8 / 6 / OptimoveCore / 2.10.0 / OptimoveCore.podspec.json
blobc6b4457702539036e8250682a09efb320ea0f681
2   "name": "OptimoveCore",
3   "version": "2.10.0",
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": "2.10.0"
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     }
37   ],
38   "swift_version": "5"