[Add] MapboxCommon 24.10.0-daily-2025-01-05-04-25
[CocoaPods.git] / Specs / e / 2 / 9 / CryptomatorCryptoLib / 0.2.0 / CryptomatorCryptoLib.podspec.json
blob6eb2bcc808771c3247def3548011d156749a435a
2   "name": "CryptomatorCryptoLib",
3   "version": "0.2.0",
4   "summary": "CryptomatorCryptoLib is an iOS crypto library to access Cryptomator vaults.",
5   "homepage": "https://github.com/cryptomator/cryptolib-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   },
14   "source": {
15     "git": "https://github.com/cryptomator/cryptolib-swift.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/Cryptomator",
19   "public_header_files": "CryptoLib/CryptoLib.h",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "swift_versions": "5.0",
24   "source_files": "CryptoLib/**/*{swift,h,m}",
25   "dependencies": {
26     "CryptoSwift": [
27       "~> 1.3"
28     ],
29     "SwiftBase32": [
30       "~> 0.8"
31     ]
32   },
33   "swift_version": "5.0"