4 "summary": "Data security library for network communication and data storage for iOS and mac OS",
5 "description": "Themis is a data security library, providing users with high-quality security services for secure messaging of any kinds and flexible data storage. Themis is aimed at modern development practices, with high level OOP wrappers for iOS / macOS, NodeJS, Go, Ruby, Python, PHP and Java / Android. It is designed with ease of use in mind, high security and cross-platform availability.",
6 "homepage": "http://cossacklabs.com",
11 "git": "https://github.com/cossacklabs/themis.git",
15 "cossacklabs": "info@cossacklabs.com"
18 "OpenSSL-Universal": [
27 "OTHER_CFLAGS": "-DLIBRESSL",
28 "USE_HEADERMAP": "NO",
29 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
30 "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/OpenSSL-Universal/lib-ios\""
42 "src/soter/ed25519/*.{c,h}",
43 "src/soter/openssl/*.{c,h}"
45 "header_mappings_dir": "src",
50 "src/soter/ed25519/*.h",
51 "src/soter/openssl/*.h"
53 "public_header_files": [
56 "src/soter/ed25519/*.h",
57 "src/soter/openssl/*.h"
61 "name": "objcwrapper",
62 "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
63 "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
64 "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
65 "header_dir": "objcthemis",