[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / f / b / c / WultraSSLPinning / 1.1.0 / WultraSSLPinning.podspec.json
blob0342152166f1e9e2895391d7190e63c84fc5cf8d
2   "name": "WultraSSLPinning",
3   "version": "1.1.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.1.0"
17   },
18   "swift_version": "4.1",
19   "platforms": {
20     "ios": "8.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           ">= 0.19.1"
37         ]
38       }
39     }
40   ]