[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / c / CryptomatorCloudAccess / 0.9.0 / CryptomatorCloudAccess.podspec.json
blob51bdb72d7e87ee7dfe95f2b4348909aceaccba8e
2   "name": "CryptomatorCloudAccess",
3   "version": "0.9.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.9.0"
18   },
19   "social_media_url": "https://twitter.com/Cryptomator",
20   "source_files": "Sources/CryptomatorCloudAccess/CryptomatorCloudAccess.h",
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.12"
24   },
25   "swift_versions": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/CryptomatorCloudAccess/Core/**/*.swift",
30       "dependencies": {
31         "PromisesSwift": [
32           "~> 1.2.0"
33         ]
34       }
35     },
36     {
37       "name": "LocalFileSystem",
38       "dependencies": {
39         "CryptomatorCloudAccess/Core": [
41         ]
42       },
43       "source_files": "Sources/CryptomatorCloudAccess/LocalFileSystem/**/*.swift"
44     },
45     {
46       "name": "Crypto",
47       "dependencies": {
48         "CryptomatorCloudAccess/Core": [
50         ],
51         "CryptomatorCryptoLib": [
52           "~> 0.9.0"
53         ],
54         "GRDB.swift": [
55           "~> 4.14.0"
56         ]
57       },
58       "source_files": "Sources/CryptomatorCloudAccess/Crypto/**/*.swift"
59     },
60     {
61       "name": "WebDAV",
62       "dependencies": {
63         "CryptomatorCloudAccess/Core": [
65         ]
66       },
67       "source_files": "Sources/CryptomatorCloudAccess/WebDAV/**/*.swift"
68     }
69   ],
70   "swift_version": "5.0"