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, node,js, 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",
15 "cossacklabs": "info@cossacklabs.com"
17 "module_name": "themis",
18 "default_subspecs": "themis-openssl",
31 "name": "themis-openssl",
33 "pod_target_xcconfig": {
34 "ENABLE_BITCODE": "YES"
37 "OTHER_CFLAGS": "-DLIBRESSL",
38 "USE_HEADERMAP": "NO",
39 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
40 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
44 "GRKOpenSSLFramework": [
50 "OTHER_CFLAGS": "-DLIBRESSL",
51 "USE_HEADERMAP": "NO",
52 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
53 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
62 "src/soter/ed25519/*.{c,h}",
63 "src/soter/openssl/*.{c,h}"
65 "header_mappings_dir": "src",
70 "src/soter/ed25519/*.h",
71 "src/soter/openssl/*.h"
73 "private_header_files": [
76 "src/soter/ed25519/*.h",
77 "src/soter/openssl/*.h"
81 "name": "objcwrapper",
82 "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
83 "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
84 "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
85 "header_dir": "objcthemis",
87 "themis/themis-openssl/core": [
95 "name": "themis-boringssl",
103 "OTHER_CFLAGS": "-DBORINGSSL -DCRYPTO_ENGINE_PATH=boringssl -DSOTER_BORINGSSL_DISABLE_XTS",
104 "USE_HEADERMAP": "NO",
105 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
106 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
111 "OTHER_CFLAGS": "-DBORINGSSL -DCRYPTO_ENGINE_PATH=boringssl -DSOTER_BORINGSSL_DISABLE_XTS",
112 "USE_HEADERMAP": "NO",
113 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
114 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
121 "src/themis/*.{h,c}",
123 "src/soter/ed25519/*.{c,h}",
124 "src/soter/boringssl/*.{c,h}"
126 "header_mappings_dir": "src",
131 "src/soter/ed25519/*.h",
132 "src/soter/boringssl/*.h"
134 "private_header_files": [
137 "src/soter/ed25519/*.h",
138 "src/soter/boringssl/*.h"
142 "name": "objcwrapper",
143 "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
144 "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
145 "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
146 "header_dir": "objcthemis",
148 "themis/themis-boringssl/core": [