[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 0 / 7 / b / WultraMobileTokenSDK / 1.1.4 / WultraMobileTokenSDK.podspec.json
blob5d418434ef1bf2d7d667bb7ba0fe20844ad36823
2   "name": "WultraMobileTokenSDK",
3   "version": "1.1.4",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "High level PowerAuth based library written in swift",
9   "homepage": "https://github.com/wultra/mtoken-sdk-ios",
10   "social_media_url": "https://twitter.com/wultra",
11   "authors": {
12     "Wultra s.r.o.": "support@wultra.com"
13   },
14   "source": {
15     "git": "https://github.com/wultra/mtoken-sdk-ios.git",
16     "tag": "1.1.4"
17   },
18   "swift_versions": "5.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Operations",
23   "subspecs": [
24     {
25       "name": "Common",
26       "source_files": "WultraMobileTokenSDK/Common/**/*.swift",
27       "dependencies": {
28         "PowerAuth2": [
29           ">= 1.2"
30         ]
31       }
32     },
33     {
34       "name": "Operations",
35       "source_files": "WultraMobileTokenSDK/Operations/**/*.swift",
36       "dependencies": {
37         "WultraMobileTokenSDK/Common": [
39         ]
40       }
41     },
42     {
43       "name": "Push",
44       "source_files": "WultraMobileTokenSDK/Push/**/*.swift",
45       "dependencies": {
46         "WultraMobileTokenSDK/Common": [
48         ]
49       }
50     }
51   ],
52   "swift_version": "5.2"