[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / c / WultraSSLPinning / 1.7.0 / WultraSSLPinning.podspec.json
blobd1a4e0edc0694f80226926f8d31f5fd6e6fe9bb3
2   "name": "WultraSSLPinning",
3   "version": "1.7.0",
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.7.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "12.0",
21     "tvos": "12.0"
22   },
23   "default_subspecs": "Lib",
24   "subspecs": [
25     {
26       "name": "Lib",
27       "source_files": "Sources/WultraSSLPinning/Lib/**/*.swift"
28     },
29     {
30       "name": "PowerAuthIntegration",
31       "source_files": "Sources/WultraSSLPinning/Plugins/PowerAuth/**/*.swift",
32       "dependencies": {
33         "WultraSSLPinning/Lib": [
35         ],
36         "PowerAuth2": [
37           "~> 1.9.0"
38         ],
39         "PowerAuthCore": [
40           "~> 1.9.0"
41         ]
42       }
43     }
44   ],
45   "swift_version": "5.0"