blob: 77f6760665ebf201e92be8e89a6abbfa3114aafd [file] [log] [blame]
{
"name": "SETOCryptomatorCryptor",
"version": "1.4.1",
"license": "AGPLv3",
"summary": "SETOCryptomatorCryptor is an iOS crypto library to access Cryptomator vaults.",
"homepage": "https://github.com/cryptomator/cryptomator-objc-cryptor",
"social_media_url": "https://twitter.com/Cryptomator",
"authors": {
"Tobias Hagemann": "tobias.hagemann@setolabs.com",
"Sebastian Stenzel": "sebastian.stenzel@setolabs.com"
},
"source": {
"git": "https://github.com/cryptomator/cryptomator-objc-cryptor.git",
"tag": "1.4.1"
},
"requires_arc": true,
"public_header_files": "SETOCryptomatorCryptor/Core/{SETOCryptorProvider,SETOCryptor,SETOAsyncCryptor,SETOMasterKey}.h",
"source_files": "SETOCryptomatorCryptor/**/*.{h,m,c}",
"platforms": {
"ios": "8.0"
},
"frameworks": "Security",
"dependencies": {
"Base32": [
"~> 1.1.0"
],
"KZPropertyMapper": [
"~> 2.9.0"
],
"OpenSSL-Universal": [
"~> 1.0.0"
]
},
"subspecs": [
{
"name": "e_aeswrap",
"source_files": "e_aeswrap/*.{h,c}",
"dependencies": {
"OpenSSL-Universal": [
"~> 1.0.0"
]
}
},
{
"name": "scrypt",
"source_files": "scrypt/*.{h,c}"
}
]
}