4 "summary": "An Objective-C wrapper of olm (http://matrix.org/git/olm)",
5 "description": "olm is an implementation of the Double Ratchet cryptographic ratchet in C++",
6 "homepage": "http://matrix.org/git/olm",
8 "type": "Apache License, Version 2.0",
12 "Chris Ballinger": "chrisballinger@gmail.com",
13 "matrix.org": "support@matrix.org"
19 "public_header_files": "xcode/OLMKit/*.h",
21 "git": "https://matrix.org/git/olm.git",
25 "xcode/OLMKit/*.{h,m}",
26 "include/**/*.{h,hh}",
28 "lib/crypto-algorithms/sha256.c",
29 "lib/crypto-algorithms/aes.c",
30 "lib/curve25519-donna/curve25519-donna.c"
32 "private_header_files": "xcode/OLMKit/*_Private.h",
33 "preserve_paths": "lib/ed25519/**/*.{h,c}",
35 "compiler_flags": "-g -O3 -DOLMLIB_VERSION_MAJOR=2 -DOLMLIB_VERSION_MINOR=3 -DOLMLIB_VERSION_PATCH=0",
37 "USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/OLMKit/include ${PODS_ROOT}/OLMKit/lib /Users/stevebarre/Documents/New_Vector/Projets/OLM/include /Users/stevebarre/Documents/New_Vector/Projets/OLM/lib"
44 "lib/curve25519-donna.h",
45 "lib/crypto-algorithms/sha256.{h,c}",
46 "lib/crypto-algorithms/aes.{h,c}",
47 "lib/curve25519-donna/curve25519-donna.c"
49 "compiler_flags": "-std=c99 -fPIC"
53 "source_files": "src/*.{cpp}",
54 "compiler_flags": "-std=c++11 -fPIC"