[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / f / 7 / Argon2Swift / 1.0.0 / Argon2Swift.podspec.json
blob344a960f065ea8456a460afc7eeaa0eae671fcaf
2   "name": "Argon2Swift",
3   "version": "1.0.0",
4   "summary": "A Swift wrapper around the Argon2 reference implementation.",
5   "swift_versions": "5.0",
6   "description": "A Swift wrapper around the Argon2 Reference implementation, built for simplicity and ease",
7   "homepage": "https://github.com/tmthecoder/Argon2Swift.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tejas Mehta": "tmthecoder@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/tmthecoder/Argon2Swift.git",
17     "tag": "1.0.0",
18     "submodules": true
19   },
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.9",
23     "watchos": "2.0",
24     "tvos": "9.0"
25   },
26   "preserve_paths": [
27     "Sources/Argon2",
28     "Sources/Argon2/include/**/*.h"
29   ],
30   "requires_arc": true,
31   "source_files": [
32     "Sources/**/*.swift",
33     "Sources/Argon2/src/argon2.c",
34     "Sources/Argon2/src/core.{c,h}",
35     "Sources/Argon2/src/thread.{c,h}",
36     "Sources/Argon2/src/encoding.{c,h}",
37     "Sources/Argon2/src/blake2/blake2.h",
38     "Sources/Argon2/src/blake2/blake2b.c",
39     "Sources/Argon2/src/blake2/blake2-impl.h",
40     "Sources/Argon2/include/**/*.h",
41     "Sources/Argon2/src/ref.c",
42     "Sources/Argon2/src/blake2/blamka-round-ref.h"
43   ],
44   "public_header_files": "Sources/Argon2/include/**/*.h",
45   "testspecs": [
46     {
47       "name": "Tests",
48       "test_type": "unit",
49       "source_files": "Tests/**/*.swift",
50       "platforms": {
51         "ios": "9.0",
52         "osx": "10.9",
53         "tvos": "9.0"
54       }
55     }
56   ],
57   "swift_version": "5.0"