blob: 8fca6d428e9d6c3cab1d60e90f28fc07531a22ba [file] [log] [blame]
{
"name": "acrawriter",
"version": "1.0.3",
"summary": "AcraWriter library for iOS: encrypts data into AcraStructs, allowing Acra to decrypt it",
"description": "Part of Acra database protection suite: developers can encrypt the sensitive data by generating AcraStructs with AcraWriter anywhere across their apps. AcraServer or AcraTranslator can be used for decryption.",
"homepage": "https://cossacklabs.com",
"source": {
"git": "https://github.com/cossacklabs/acra.git",
"commit": "d289875e36a4f3be61a0f307dfa19637d45cc321"
},
"license": {
"type": "Apache 2.0"
},
"authors": {
"cossacklabs": "info@cossacklabs.com"
},
"dependencies": {
"themis": [
"~> 0.10.4"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"CoreFoundation"
],
"pod_target_xcconfig": {
"ENABLE_BITCODE": "YES"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\""
}
},
"source_files": "wrappers/objc/AcraWriter/*.{h,m}",
"public_header_files": [
"wrappers/objc/AcraWriter/AcraWriter.h",
"wrappers/objc/AcraWriter/AcraStruct.h"
],
"osx": {
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\""
}
}
}