[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / 0 / OptimoveSDK / 5.1.0 / OptimoveSDK.podspec.json
blob0e76f42d09eecb165cf8cf87d602799b2b39637b
2   "name": "OptimoveSDK",
3   "version": "5.1.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": "5.1.0"
17   },
18   "social_media_url": "https://twitter.com/Optimove",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5",
23   "source_files": [
24     "OptimoveSDK/Sources/Classes/**/*",
25     "OptimobileShared/**/*"
26   ],
27   "dependencies": {
28     "OptimoveCore": [
29       "5.1.0"
30     ]
31   },
32   "frameworks": [
33     "Foundation",
34     "UIKit",
35     "SystemConfiguration",
36     "UserNotifications",
37     "CoreData"
38   ],
39   "testspecs": [
40     {
41       "name": "unit",
42       "test_type": "unit",
43       "source_files": [
44         "OptimoveSDK/Tests/Sources/**/*",
45         "Shared/Tests/Sources/**/*"
46       ],
47       "resources": [
48         "OptimoveSDK/Tests/Resources/**/*",
49         "Shared/Tests/Resources/**/*"
50       ],
51       "dependencies": {
52         "Mocker": [
53           "~> 1.0"
54         ]
55       }
56     }
57   ],
58   "swift_version": "5"