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 "GRKOpenSSLFramework": [
32 "OTHER_CFLAGS": "-DLIBRESSL",
33 "USE_HEADERMAP": "NO",
34 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
35 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
40 "OTHER_CFLAGS": "-DLIBRESSL",
41 "USE_HEADERMAP": "NO",
42 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
43 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
52 "src/soter/ed25519/*.{c,h}",
53 "src/soter/openssl/*.{c,h}"
55 "header_mappings_dir": "src",
60 "src/soter/ed25519/*.h",
61 "src/soter/openssl/*.h"
63 "public_header_files": [
66 "src/soter/ed25519/*.h",
67 "src/soter/openssl/*.h"
71 "name": "objcwrapper",
72 "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
73 "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
74 "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
75 "header_dir": "objcthemis",