[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / 4 / SignalArgon2CAlloc / 1.3.5 / SignalArgon2CAlloc.podspec.json
blob91826be9a96838170cc30406acca48311eecd3b8
2   "name": "SignalArgon2CAlloc",
3   "version": "1.3.5",
4   "summary": "A Swift wrapper around the reference Argon2 implementation without the malloc security warning.",
5   "description": "A Swift wrapper around the reference Argon2 implementation without the malloc security warning using the slower but more secure callow alternative. It also includes the last commits from P-H-C phc-winner-argon2.",
6   "homepage": "https://github.com/charlykno64/Argon2-calloc",
7   "license": "GPLv3",
8   "authors": {
9     "iOS Team": "carlosfabian24.cm@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/charlykno64/Argon2-calloc.git",
13     "tag": "1.3.5",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "12.0.1"
18   },
19   "requires_arc": true,
20   "swift_versions": "4.0",
21   "source_files": [
22     "ios/src/**/*.swift",
23     "phc-winner-argon2-calloc/src/argon2.c",
24     "phc-winner-argon2-calloc/src/core.{c,h}",
25     "phc-winner-argon2-calloc/src/thread.{c,h}",
26     "phc-winner-argon2-calloc/src/encoding.{c,h}",
27     "phc-winner-argon2-calloc/src/blake2/blake2.h",
28     "phc-winner-argon2-calloc/src/blake2/blake2b.c",
29     "phc-winner-argon2-calloc/src/blake2/blake2-impl.h",
30     "phc-winner-argon2-calloc/include/**/*.h"
31   ],
32   "osx": {
33     "source_files": [
34       "phc-winner-argon2-calloc/src/opt.c",
35       "phc-winner-argon2-calloc/src/blake2/blamka-round-opt.h"
36     ]
37   },
38   "ios": {
39     "source_files": [
40       "phc-winner-argon2-calloc/src/ref.c",
41       "phc-winner-argon2-calloc/src/blake2/blamka-round-ref.h"
42     ]
43   },
44   "tvos": {
45     "source_files": [
46       "phc-winner-argon2-calloc/src/ref.c",
47       "phc-winner-argon2-calloc/src/blake2/blamka-round-ref.h"
48     ]
49   },
50   "watchos": {
51     "source_files": [
52       "phc-winner-argon2-calloc/src/ref.c",
53       "phc-winner-argon2-calloc/src/blake2/blamka-round-ref.h"
54     ]
55   },
56   "public_header_files": "phc-winner-argon2-calloc/include/**/*.h",
57   "testspecs": [
58     {
59       "name": "Tests",
60       "test_type": "unit",
61       "source_files": "ios/tests/**/*.swift"
62     }
63   ],
64   "swift_version": "4.0"