[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 2 / 9 / CryptomatorCryptoLib / 0.7.0 / CryptomatorCryptoLib.podspec.json
blobad2b04365e460ed73a9c1c4964308f9b1f83df03
2   "name": "CryptomatorCryptoLib",
3   "version": "0.7.0",
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.7.0"
18   },
19   "social_media_url": "https://twitter.com/Cryptomator",
20   "public_header_files": "CryptoLib/CryptoLib.h",
21   "source_files": "CryptoLib/**/*.{swift,h,m}",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "swift_versions": "5.0",
26   "dependencies": {
27     "CryptoSwift": [
28       "~> 1.3.0"
29     ],
30     "SwiftBase32": [
31       "~> 0.8.0"
32     ]
33   },
34   "swift_version": "5.0"