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"
18 "public_header_files": "xcode/OLMKit/*.h",
20 "git": "https://matrix.org/git/olm.git",
24 "xcode/OLMKit/*.{h,m}",
25 "include/**/*.{h,hh}",
27 "lib/crypto-algorithms/sha256.c",
28 "lib/crypto-algorithms/aes.c",
29 "lib/curve25519-donna/curve25519-donna.c"
31 "preserve_paths": "lib/ed25519/**/*.{h,c}",
33 "compiler_flags": "-g -O3 -DOLMLIB_VERSION_MAJOR=2 -DOLMLIB_VERSION_MINOR=1 -DOLMLIB_VERSION_PATCH=0",
35 "USER_HEADER_SEARCH_PATHS": "${PODS_ROOT}/OLMKit/include ${PODS_ROOT}/OLMKit/lib ./include ./lib"
42 "lib/curve25519-donna.h",
43 "lib/crypto-algorithms/sha256.{h,c}",
44 "lib/crypto-algorithms/aes.{h,c}",
45 "lib/curve25519-donna/curve25519-donna.c"
47 "compiler_flags": "-std=c99 -fPIC"
51 "source_files": "src/*.{cpp}",
52 "compiler_flags": "-std=c++11 -fPIC"