Skip to content

Instantly share code, notes, and snippets.

@cute
Created March 5, 2018 01:13
Show Gist options
  • Save cute/83657d35853ce5c76780149a6e330a37 to your computer and use it in GitHub Desktop.
Save cute/83657d35853ce5c76780149a6e330a37 to your computer and use it in GitHub Desktop.
{
"name": "libsodium",
"version": "1.0.16",
"license": "ISC license",
"homepage": "https://github.com/jedisct1/libsodium",
"authors": {
"Frank Dennis": "[email protected]"
},
"summary": "Sodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl.",
"source": {
"http": "https://github.com/jedisct1/libsodium/releases/download/1.0.16/libsodium-1.0.16.tar.gz",
"sha256": "eeadc7e1e1bcef09680fb4837d448fbdf57224978f865ac1c16745868fbd0533"
},
"source_files": [
"src/libsodium/**/*.{c,h,data}"
],
"public_header_files": "src/libsodium/include/sodium/**/*.h",
"prepare_command": "sh ./configure --enable-minimal --disable-shared --enable-opt --disable-debug --disable-dependency-tracking",
"requires_arc": false,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/libsodium/src/libsodium/include/sodium\" \"$(PODS_ROOT)/libsodium/src/libsodium/include\"",
"OTHER_CFLAGS": "-O2 -DNATIVE_LITTLE_ENDIAN=1 -DHAVE_MADVISE -DHAVE_MMAP -DHAVE_MPROTECT -DHAVE_POSIX_MEMALIGN -DHAVE_WEAK_SYMBOLS"
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment