[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / c / CryptomatorCloudAccess / 0.1.0 / CryptomatorCloudAccess.podspec.json
blob8bba860a1f58f92bce9910cbb7b98114e3978ba5
2   "name": "CryptomatorCloudAccess",
3   "version": "0.1.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.1.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": "VaultFormat7",
37       "dependencies": {
38         "CryptomatorCloudAccess/Core": [
40         ],
41         "CryptomatorCryptoLib": [
42           "~> 0.4.0"
43         ],
44         "GRDB.swift": [
45           "~> 4.14.0"
46         ]
47       },
48       "source_files": "CloudAccess/VaultFormat7/**/*.swift"
49     }
50   ],
51   "swift_version": "5.0"