[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / c / CryptomatorCloudAccess / 0.8.0 / CryptomatorCloudAccess.podspec.json
blob8fd99f4f56c7b882987f6689319fc20ce55cbeba
2   "name": "CryptomatorCloudAccess",
3   "version": "0.8.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.8.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": "Crypto",
46       "dependencies": {
47         "CryptomatorCloudAccess/Core": [
49         ],
50         "CryptomatorCryptoLib": [
51           "~> 0.8.0"
52         ],
53         "GRDB.swift": [
54           "~> 4.14.0"
55         ]
56       },
57       "source_files": "CloudAccess/Crypto/**/*.swift"
58     },
59     {
60       "name": "WebDAV",
61       "dependencies": {
62         "CryptomatorCloudAccess/Core": [
64         ]
65       },
66       "source_files": "CloudAccess/WebDAV/**/*.swift"
67     }
68   ],
69   "swift_version": "5.0"