[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / 2 / 9 / CryptomatorCryptoLib / 0.9.4 / CryptomatorCryptoLib.podspec.json
blob68a26ac85d95690284f83f1759c6c6fa7fdbc555
2   "name": "CryptomatorCryptoLib",
3   "version": "0.9.4",
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.4"
18   },
19   "social_media_url": "https://twitter.com/Cryptomator",
20   "public_header_files": "Sources/CryptomatorCryptoLib/CryptomatorCryptoLib.h",
21   "source_files": "Sources/CryptomatorCryptoLib/**/*.{swift,h}",
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.12"
25   },
26   "swift_versions": "5.1",
27   "dependencies": {
28     "CryptoSwift": [
29       "~> 1.3.0"
30     ],
31     "SwiftBase32": [
32       "~> 0.8.0"
33     ]
34   },
35   "swift_version": "5.1"