4 "summary": "Data security library for network communication and data storage for iOS and mac OS",
5 "description": "Themis is a convenient cryptographic library for data protection. It provides secure messaging with forward secrecy and secure data storage. Themis is aimed at modern development practices and has a unified API across 12 platforms, including iOS/macOS, Ruby, JavaScript, Python, and Java/Android.",
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": "openssl-1.1.1",
31 "name": "openssl-1.1.1",
38 "pod_target_xcconfig": {
39 "OTHER_CFLAGS[config=Debug]": "$(inherited) -fembed-bitcode-marker",
40 "OTHER_CFLAGS[config=Release]": "$(inherited) -fembed-bitcode",
41 "BITCODE_GENERATION_MODE[config=Release]": "bitcode",
42 "BITCODE_GENERATION_MODE[config=Debug]": "bitcode-marker"
45 "OTHER_CFLAGS": "-DLIBRESSL",
46 "USE_HEADERMAP": "NO",
47 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/include\" \"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
48 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
53 "OTHER_CFLAGS": "-DLIBRESSL",
54 "USE_HEADERMAP": "NO",
55 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/include\" \"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
56 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
67 "src/soter/ed25519/*.{c,h}",
68 "src/soter/openssl/*.{c,h}"
70 "header_mappings_dir": ".",
71 "private_header_files": [
76 "src/soter/ed25519/*.h",
77 "src/soter/openssl/*.h"
81 "name": "objcwrapper",
83 "themis/openssl-1.1.1/core": [
87 "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
88 "header_dir": "objcthemis",
89 "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
90 "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h"