blob: c7f0fcd2a1f1cdd68ff308841fc94987cdd60615 [file] [log] [blame]
{
"name": "CryptomatorCryptoLib",
"version": "0.11.3",
"summary": "CryptomatorCryptoLib is an iOS crypto library to access Cryptomator vaults.",
"homepage": "https://github.com/cryptomator/cryptolib-swift",
"license": {
"type": "AGPLv3",
"file": "LICENSE.txt"
},
"authors": {
"Philipp Schmid": "philipp.schmid@skymatic.de",
"Sebastian Stenzel": "sebastian.stenzel@skymatic.de",
"Tobias Hagemann": "tobias.hagemann@skymatic.de"
},
"source": {
"git": "https://github.com/cryptomator/cryptolib-swift.git",
"tag": "0.11.3"
},
"public_header_files": "Sources/CryptomatorCryptoLib/CryptomatorCryptoLib.h",
"source_files": "Sources/CryptomatorCryptoLib/**/*.{swift,h}",
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"swift_versions": "5.1",
"dependencies": {
"SwiftBase32": [
"~> 0.8.0"
]
},
"subspecs": [
{
"name": "scrypt",
"public_header_files": [
"Sources/scrypt/scrypt.h",
"Sources/scrypt/include/crypto_scrypt.h"
],
"source_files": "Sources/scrypt/**/*.{h,c}"
}
],
"swift_version": "5.1"
}