[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 6 / 7 / SCRAM-Swift / 0.0.2 / SCRAM-Swift.podspec.json
blobdd77d545a76aa32999dae7562f898d962bd612df
2   "name": "SCRAM-Swift",
3   "version": "0.0.2",
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.2"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SCRAM-Swift/Classes/**/*",
23   "swift_version": "5.0"