[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / c / CryptomatorCloudAccess / 0.4.0 / CryptomatorCloudAccess.podspec.json
blobdfea4a403df7347a3ff13d22b20c25c0f23eecfc
2   "name": "CryptomatorCloudAccess",
3   "version": "0.4.0",
4   "summary": "CryptomatorCloudAccess is used in Cryptomator for iOS to access different cloud providers.",
5   "homepage": "https://github.com/cryptomator/cloud-access-swift",
6   "license": {
7     "type": "AGPLv3",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Philipp Schmid": "philipp.schmid@skymatic.de",
12     "Sebastian Stenzel": "sebastian.stenzel@skymatic.de",
13     "Tobias Hagemann": "tobias.hagemann@skymatic.de"
14   },
15   "source": {
16     "git": "https://github.com/cryptomator/cloud-access-swift.git",
17     "tag": "0.4.0"
18   },
19   "social_media_url": "https://twitter.com/Cryptomator",
20   "source_files": "CloudAccess/CloudAccess.h",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "swift_versions": "5.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "CloudAccess/Core/**/*.swift",
29       "dependencies": {
30         "PromisesSwift": [
31           "~> 1.2.0"
32         ]
33       }
34     },
35     {
36       "name": "LocalFileSystem",
37       "dependencies": {
38         "CryptomatorCloudAccess/Core": [
40         ]
41       },
42       "source_files": "CloudAccess/LocalFileSystem/**/*.swift"
43     },
44     {
45       "name": "VaultFormat7",
46       "dependencies": {
47         "CryptomatorCloudAccess/Core": [
49         ],
50         "CryptomatorCryptoLib": [
51           "~> 0.7.0"
52         ],
53         "GRDB.swift": [
54           "~> 4.14.0"
55         ]
56       },
57       "source_files": "CloudAccess/VaultFormat7/**/*.swift"
58     }
59   ],
60   "swift_version": "5.0"