[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / e / 2 / 9 / CryptomatorCryptoLib / 0.3.0 / CryptomatorCryptoLib.podspec.json
blob648df4a9a370b7d5f3792d1863c1d26c1bb98c3d
2   "name": "CryptomatorCryptoLib",
3   "version": "0.3.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     "Tobias Hagemann": "tobias.hagemann@skymatic.de"
14   },
15   "source": {
16     "git": "https://github.com/cryptomator/cryptolib-swift.git",
17     "tag": "0.3.0"
18   },
19   "social_media_url": "https://twitter.com/Cryptomator",
20   "public_header_files": "CryptoLib/CryptoLib.h",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "swift_versions": "5.0",
25   "source_files": "CryptoLib/**/*{swift,h,m}",
26   "dependencies": {
27     "CryptoSwift": [
28       "~> 1.3"
29     ],
30     "SwiftBase32": [
31       "~> 0.8"
32     ]
33   },
34   "swift_version": "5.0"