[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / c / WultraSSLPinning / 1.4.0 / WultraSSLPinning.podspec.json
blob6a33c8f279875ad2c1b84aeecb0c20d650b78536
2   "name": "WultraSSLPinning",
3   "version": "1.4.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.4.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "Lib",
23   "subspecs": [
24     {
25       "name": "Lib",
26       "source_files": "Source/Lib/**/*.swift"
27     },
28     {
29       "name": "PowerAuthIntegration",
30       "source_files": "Source/Plugins/PowerAuth/**/*.swift",
31       "dependencies": {
32         "WultraSSLPinning/Lib": [
34         ],
35         "PowerAuth2": [
36           ">= 1.6.0"
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.0"