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": "https://cossacklabs.com",
11 "git": "https://github.com/cossacklabs/themis.git",
12 "commit": "efe288ebaaababa1c7adc633e3f8cf325e3db0be"
15 "cossacklabs": "info@cossacklabs.com"
17 "module_name": "themis",
18 "default_subspecs": "themis-openssl",
31 "name": "themis-openssl",
33 "GRKOpenSSLFramework": [
39 "OTHER_CFLAGS": "-DLIBRESSL",
40 "USE_HEADERMAP": "NO",
41 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
42 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
47 "OTHER_CFLAGS": "-DLIBRESSL",
48 "USE_HEADERMAP": "NO",
49 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
50 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
59 "src/soter/ed25519/*.{c,h}",
60 "src/soter/openssl/*.{c,h}"
62 "header_mappings_dir": "src",
67 "src/soter/ed25519/*.h",
68 "src/soter/openssl/*.h"
70 "public_header_files": [
73 "src/soter/ed25519/*.h",
74 "src/soter/openssl/*.h"
78 "name": "objcwrapper",
79 "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
80 "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
81 "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
82 "header_dir": "objcthemis",
84 "themis/themis-openssl/core": [
92 "name": "themis-boringssl",
100 "OTHER_CFLAGS": "-DBORINGSSL -DCRYPTO_ENGINE_PATH=boringssl -DSOTER_BORINGSSL_DISABLE_XTS",
101 "USE_HEADERMAP": "NO",
102 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
103 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
108 "OTHER_CFLAGS": "-DBORINGSSL -DCRYPTO_ENGINE_PATH=boringssl -DSOTER_BORINGSSL_DISABLE_XTS",
109 "USE_HEADERMAP": "NO",
110 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
111 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
118 "src/themis/*.{h,c}",
120 "src/soter/ed25519/*.{c,h}",
121 "src/soter/boringssl/*.{c,h}"
123 "header_mappings_dir": "src",
128 "src/soter/ed25519/*.h",
129 "src/soter/boringssl/*.h"
131 "public_header_files": [
134 "src/soter/ed25519/*.h",
135 "src/soter/boringssl/*.h"
139 "name": "objcwrapper",
140 "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
141 "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
142 "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
143 "header_dir": "objcthemis",
145 "themis/themis-boringssl/core": [