[Add] YTNativeKit 0.2.7
[CocoaPods.git] / Specs / 8 / 3 / 1 / SignalArgon2 / 1.3.2 / SignalArgon2.podspec.json
blobfc118b0bfdac99136945df7861cbf6db3087afaf
2   "name": "SignalArgon2",
3   "version": "1.3.2",
4   "summary": "A Swift wrapper around the reference Argon2 implementation.",
5   "description": "A Swift wrapper around the reference Argon2 implementation.",
6   "homepage": "https://github.com/signalapp/Argon2",
7   "license": "GPLv3",
8   "authors": {
9     "iOS Team": "ios@signal.org"
10   },
11   "source": {
12     "git": "https://github.com/signalapp/Argon2.git",
13     "tag": "1.3.2",
14     "submodules": true
15   },
16   "social_media_url": "https://twitter.com/signalapp",
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "ios/src/**/*.swift",
23     "phc-winner-argon2/src/argon2.c",
24     "phc-winner-argon2/src/core.{c,h}",
25     "phc-winner-argon2/src/thread.{c,h}",
26     "phc-winner-argon2/src/encoding.{c,h}",
27     "phc-winner-argon2/src/blake2/blake2.h",
28     "phc-winner-argon2/src/blake2/blake2b.c",
29     "phc-winner-argon2/src/blake2/blake2-impl.h",
30     "phc-winner-argon2/include/**/*.h"
31   ],
32   "osx": {
33     "source_files": [
34       "phc-winner-argon2/src/opt.c",
35       "phc-winner-argon2/src/blake2/blamka-round-opt.h"
36     ]
37   },
38   "ios": {
39     "source_files": [
40       "phc-winner-argon2/src/ref.c",
41       "phc-winner-argon2/src/blake2/blamka-round-ref.h"
42     ]
43   },
44   "tvos": {
45     "source_files": [
46       "phc-winner-argon2/src/ref.c",
47       "phc-winner-argon2/src/blake2/blamka-round-ref.h"
48     ]
49   },
50   "watchos": {
51     "source_files": [
52       "phc-winner-argon2/src/ref.c",
53       "phc-winner-argon2/src/blake2/blamka-round-ref.h"
54     ]
55   },
56   "public_header_files": "phc-winner-argon2/include/**/*.h",
57   "testspecs": [
58     {
59       "name": "Tests",
60       "test_type": "unit",
61       "source_files": "ios/tests/**/*.swift"
62     }
63   ]