[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 8 / 4 / SignalArgon2CAlloc / 1.3.3 / SignalArgon2CAlloc.podspec.json
blob74975c979a36fb0001534e7430ddcfa923f88fd5
2   "name": "SignalArgon2CAlloc",
3   "version": "1.3.3",
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": "carlos.cano@ine.mx"
10   },
11   "source": {
12     "git": "https://github.com/charlykno64/Argon2-calloc.git",
13     "tag": "1.3.3",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "12.0.1"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "ios/src/**/*.swift",
22     "phc-winner-argon2/src/argon2.c",
23     "phc-winner-argon2/src/core.{c,h}",
24     "phc-winner-argon2/src/thread.{c,h}",
25     "phc-winner-argon2/src/encoding.{c,h}",
26     "phc-winner-argon2/src/blake2/blake2.h",
27     "phc-winner-argon2/src/blake2/blake2b.c",
28     "phc-winner-argon2/src/blake2/blake2-impl.h",
29     "phc-winner-argon2/include/**/*.h"
30   ],
31   "osx": {
32     "source_files": [
33       "phc-winner-argon2/src/opt.c",
34       "phc-winner-argon2/src/blake2/blamka-round-opt.h"
35     ]
36   },
37   "ios": {
38     "source_files": [
39       "phc-winner-argon2/src/ref.c",
40       "phc-winner-argon2/src/blake2/blamka-round-ref.h"
41     ]
42   },
43   "tvos": {
44     "source_files": [
45       "phc-winner-argon2/src/ref.c",
46       "phc-winner-argon2/src/blake2/blamka-round-ref.h"
47     ]
48   },
49   "watchos": {
50     "source_files": [
51       "phc-winner-argon2/src/ref.c",
52       "phc-winner-argon2/src/blake2/blamka-round-ref.h"
53     ]
54   },
55   "public_header_files": "phc-winner-argon2/include/**/*.h",
56   "testspecs": [
57     {
58       "name": "Tests",
59       "test_type": "unit",
60       "source_files": "ios/tests/**/*.swift"
61     }
62   ]