blob: 1e2c4086033fc8497591d18ff1025cc677ac3e99 [file] [log] [blame]
{
"name": "Argon2",
"version": "1.2",
"license": {
"type": "Apache License 2.0",
"file": "License.txt"
},
"homepage": "https://github.com/CodingMarkus/Argon2.pod",
"authors": {
"Markus Hanauska": "CodingMarkus@hanauska.name"
},
"summary": "The Argon2 key derivation function as a CocoaPod.",
"source": {
"git": "https://github.com/CodingMarkus/Argon2.pod.git",
"tag": "Releases/1.2",
"submodules": true
},
"source_files": [
"Pod/Source/*.{h,m}",
"Pod/Include/*.h",
"Pod/Submodules/phc-winner-argon2.git/include/argon2.h",
"Pod/Submodules/phc-winner-argon2.git/src/argon2.c",
"Pod/Submodules/phc-winner-argon2.git/src/core.{c,h}",
"Pod/Submodules/phc-winner-argon2.git/src/thread.{c,h}",
"Pod/Submodules/phc-winner-argon2.git/src/encoding.{c,h}",
"Pod/Submodules/phc-winner-argon2.git/src/blake2/*.{c,h}"
],
"osx": {
"source_files": "Pod/Submodules/phc-winner-argon2.git/src/opt.c"
},
"ios": {
"source_files": "Pod/Submodules/phc-winner-argon2.git/src/ref.c"
},
"tvos": {
"source_files": "Pod/Submodules/phc-winner-argon2.git/src/ref.c"
},
"watchos": {
"source_files": "Pod/Submodules/phc-winner-argon2.git/src/ref.c"
},
"public_header_files": "Pod/Include/*.h",
"requires_arc": true,
"compiler_flags": "-O3",
"frameworks": "Foundation",
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}