[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / e / c / Argon2 / 1.3.1 / Argon2.podspec.json
blobef9a976df72c833282229093bbd5518d6752ead1
2   "name": "Argon2",
3   "version": "1.3.1",
4   "license": {
5     "type": "Apache License 2.0",
6     "file": "License.txt"
7   },
8   "homepage": "https://github.com/CodingMarkus/Argon2.pod",
9   "authors": {
10     "CodingMarkus": "26418089+CodingMarkus@users.noreply.github.com"
11   },
12   "summary": "The Argon2 key derivation function as a CocoaPod.",
13   "source": {
14     "git": "https://github.com/CodingMarkus/Argon2.pod.git",
15     "tag": "Releases/1.3.1",
16     "submodules": true
17   },
18   "source_files": [
19     "Pod/Source/*.{h,m}",
20     "Pod/Include/*.h",
21     "Pod/Submodules/phc-winner-argon2.git/include/argon2.h",
22     "Pod/Submodules/phc-winner-argon2.git/src/argon2.c",
23     "Pod/Submodules/phc-winner-argon2.git/src/core.{c,h}",
24     "Pod/Submodules/phc-winner-argon2.git/src/thread.{c,h}",
25     "Pod/Submodules/phc-winner-argon2.git/src/encoding.{c,h}",
26     "Pod/Submodules/phc-winner-argon2.git/src/blake2/*.{c,h}"
27   ],
28   "osx": {
29     "source_files": "Pod/Source/opt_or_ref.c",
30     "preserve_paths": [
31       "Pod/Submodules/phc-winner-argon2.git/src/ref.c",
32       "Pod/Submodules/phc-winner-argon2.git/src/opt.c"
33     ]
34   },
35   "ios": {
36     "source_files": "Pod/Submodules/phc-winner-argon2.git/src/ref.c"
37   },
38   "tvos": {
39     "source_files": "Pod/Submodules/phc-winner-argon2.git/src/ref.c"
40   },
41   "watchos": {
42     "source_files": "Pod/Submodules/phc-winner-argon2.git/src/ref.c"
43   },
44   "public_header_files": "Pod/Include/*.h",
45   "requires_arc": true,
46   "compiler_flags": "-O3",
47   "frameworks": "Foundation",
48   "platforms": {
49     "osx": null,
50     "ios": null,
51     "tvos": null,
52     "watchos": null
53   }