[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 2 / 9 / CryptomatorCryptoLib / 0.11.0 / CryptomatorCryptoLib.podspec.json
blob77472f6085699eb9edf137b9473ef10903799874
2   "name": "CryptomatorCryptoLib",
3   "version": "0.11.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.11.0"
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     "SwiftBase32": [
28       "~> 0.8.0"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "scrypt",
34       "public_header_files": [
35         "Sources/scrypt/scrypt.h",
36         "Sources/scrypt/include/crypto_scrypt.h"
37       ],
38       "source_files": "Sources/scrypt/**/*.{h,c}"
39     }
40   ],
41   "swift_version": "5.1"