[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 0 / 7 / b / WultraMobileTokenSDK / 1.4.1 / WultraMobileTokenSDK.podspec.json
blobfb810c3b3aef4a444f36b55e7d9cb2774559422f
2   "name": "WultraMobileTokenSDK",
3   "version": "1.4.1",
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.4.1"
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.6"
30         ],
31         "WultraPowerAuthNetworking": [
32           ">= 1.0.2"
33         ]
34       }
35     },
36     {
37       "name": "Operations",
38       "source_files": "WultraMobileTokenSDK/Operations/**/*.swift",
39       "dependencies": {
40         "WultraMobileTokenSDK/Common": [
42         ]
43       }
44     },
45     {
46       "name": "Push",
47       "source_files": "WultraMobileTokenSDK/Push/**/*.swift",
48       "dependencies": {
49         "WultraMobileTokenSDK/Common": [
51         ]
52       }
53     }
54   ],
55   "swift_version": "5.2"