blob: 8bba860a1f58f92bce9910cbb7b98114e3978ba5 [file] [log] [blame]
{
"name": "CryptomatorCloudAccess",
"version": "0.1.0",
"summary": "CryptomatorCloudAccess is used in Cryptomator for iOS to access different cloud providers.",
"homepage": "https://github.com/cryptomator/cloud-access-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/cloud-access-swift.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/Cryptomator",
"source_files": "CloudAccess/CloudAccess.h",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "CloudAccess/Core/**/*.swift",
"dependencies": {
"PromisesSwift": [
"~> 1.2.0"
]
}
},
{
"name": "VaultFormat7",
"dependencies": {
"CryptomatorCloudAccess/Core": [
],
"CryptomatorCryptoLib": [
"~> 0.4.0"
],
"GRDB.swift": [
"~> 4.14.0"
]
},
"source_files": "CloudAccess/VaultFormat7/**/*.swift"
}
],
"swift_version": "5.0"
}