blob: 6eb2bcc808771c3247def3548011d156749a435a [file] [log] [blame]
{
"name": "CryptomatorCryptoLib",
"version": "0.2.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"
},
"source": {
"git": "https://github.com/cryptomator/cryptolib-swift.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/Cryptomator",
"public_header_files": "CryptoLib/CryptoLib.h",
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "CryptoLib/**/*{swift,h,m}",
"dependencies": {
"CryptoSwift": [
"~> 1.3"
],
"SwiftBase32": [
"~> 0.8"
]
},
"swift_version": "5.0"
}