[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / c / CryptomatorCloudAccess / 0.11.0 / CryptomatorCloudAccess.podspec.json
blob6ac2d7276a83a66a3bd9af3aee35e1db5624a028
2   "name": "CryptomatorCloudAccess",
3   "version": "0.11.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.11.0"
18   },
19   "source_files": "Sources/CryptomatorCloudAccess/CryptomatorCloudAccess.h",
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.12"
23   },
24   "swift_versions": "5.1",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/CryptomatorCloudAccess/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": "Sources/CryptomatorCloudAccess/LocalFileSystem/**/*.swift"
43     },
44     {
45       "name": "Crypto",
46       "dependencies": {
47         "CryptomatorCloudAccess/Core": [
49         ],
50         "CryptomatorCryptoLib": [
51           "~> 0.11.0"
52         ],
53         "GRDB.swift": [
54           "~> 4.14.0"
55         ]
56       },
57       "source_files": "Sources/CryptomatorCloudAccess/Crypto/**/*.swift"
58     },
59     {
60       "name": "WebDAV",
61       "dependencies": {
62         "CryptomatorCloudAccess/Core": [
64         ]
65       },
66       "source_files": "Sources/CryptomatorCloudAccess/WebDAV/**/*.swift"
67     }
68   ],
69   "swift_version": "5.1"