blob: fe45979629e0e933f67df7d33c35ef00c71c7bd8 [file] [log] [blame]
{
"name": "CryptomatorCryptoLib",
"version": "0.6.0",
"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.6.0"
},
"social_media_url": "https://twitter.com/Cryptomator",
"public_header_files": "CryptoLib/CryptoLib.h",
"source_files": "CryptoLib/**/*.{swift,h,m}",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"dependencies": {
"CryptoSwift": [
"~> 1.3.0"
],
"SwiftBase32": [
"~> 0.8.0"
]
},
"swift_version": "5.0"
}