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