[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 2 / 9 / CryptomatorCryptoLib / 0.9.5 / CryptomatorCryptoLib.podspec.json
blob75f87c78729ec9fd3dede177f10b66a772a84ef7
2   "name": "CryptomatorCryptoLib",
3   "version": "0.9.5",
4   "summary": "CryptomatorCryptoLib is an iOS crypto library to access Cryptomator vaults.",
5   "homepage": "https://github.com/cryptomator/cryptolib-swift",
6   "license": {
7     "type": "AGPLv3",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Philipp Schmid": "philipp.schmid@skymatic.de",
12     "Sebastian Stenzel": "sebastian.stenzel@skymatic.de",
13     "Tobias Hagemann": "tobias.hagemann@skymatic.de"
14   },
15   "source": {
16     "git": "https://github.com/cryptomator/cryptolib-swift.git",
17     "tag": "0.9.5"
18   },
19   "public_header_files": "Sources/CryptomatorCryptoLib/CryptomatorCryptoLib.h",
20   "source_files": "Sources/CryptomatorCryptoLib/**/*.{swift,h}",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.12"
24   },
25   "swift_versions": "5.1",
26   "dependencies": {
27     "CryptoSwift": [
28       "~> 1.3.0"
29     ],
30     "SwiftBase32": [
31       "~> 0.8.0"
32     ]
33   },
34   "swift_version": "5.1"