[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / b / c / WultraSSLPinning / 1.1.1 / WultraSSLPinning.podspec.json
blobd76c5e179d23661114d518b0a5c3cc12feda6613
2   "name": "WultraSSLPinning",
3   "version": "1.1.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "LICENSE"
7   },
8   "summary": "Dynamic SSL pinning written in Swift",
9   "homepage": "https://github.com/wultra/ssl-pinning-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/ssl-pinning-ios.git",
16     "tag": "1.1.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Lib",
23   "swift_version": "5.0",
24   "subspecs": [
25     {
26       "name": "Lib",
27       "source_files": "Source/Lib/**/*.swift"
28     },
29     {
30       "name": "PowerAuthIntegration",
31       "source_files": "Source/Plugins/PowerAuth/**/*.swift",
32       "dependencies": {
33         "WultraSSLPinning/Lib": [
35         ],
36         "PowerAuth2": [
37           ">= 0.19.1"
38         ]
39       }
40     }
41   ]