[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / e / c / Argon2 / 1.1.1 / Argon2.podspec.json
blob73019a5b595d5293bc2ec6df2418377d6b89a8d5
2   "name": "Argon2",
3   "version": "1.1.1",
4   "license": {
5     "type": "Apache License, Version 2.0",
6     "file": "License.txt"
7   },
8   "homepage": "https://github.com/CodingMarkus/Argon2.pod",
9   "authors": {
10     "Markus Hanauska": "CodingMarkus@hanauska.name"
11   },
12   "summary": "The Argon2 key derivation function as a CocaPod.",
13   "source": {
14     "git": "https://github.com/CodingMarkus/Argon2.pod.git",
15     "tag": "1.1.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/opt.c",
24     "Pod/Submodules/phc-winner-argon2.git/src/core.{c,h}",
25     "Pod/Submodules/phc-winner-argon2.git/src/thread.{c,h}",
26     "Pod/Submodules/phc-winner-argon2.git/src/encoding.{c,h}",
27     "Pod/Submodules/phc-winner-argon2.git/src/blake2/*.{c,h}"
28   ],
29   "public_header_files": "Pod/Include/*.h",
30   "requires_arc": true,
31   "compiler_flags": "-O3",
32   "frameworks": "Foundation",
33   "platforms": {
34     "osx": null,
35     "ios": null,
36     "tvos": null,
37     "watchos": null
38   }