[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 2 / 6 / 7 / SCRAM-Swift / 0.0.6 / SCRAM-Swift.podspec.json
blob790e03b00df541404fa65ba45f1724fd7b14738c
2   "name": "SCRAM-Swift",
3   "version": "0.0.6",
4   "summary": "A SCRAM implementation for Swift. Supports SHA1, SHA256 and SHA512.",
5   "description": "A basic SCRAM implementation in Swift. Supports SHA1, SHA256 and SHA512.",
6   "homepage": "https://github.com/alinradut/SCRAM-Swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alin Radut": "cocoapods at alinradut dot ro"
13   },
14   "source": {
15     "git": "https://github.com/alinradut/SCRAM-Swift.git",
16     "tag": "0.0.6"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "SCRAM-Swift/Classes/**/*",
23   "swift_version": "5.0"