[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 8 / d / acrawriter / 1.0.1 / acrawriter.podspec.json
blob0fafe5c09beb7f65ad4ead229a3be9d79b989404
2   "name": "acrawriter",
3   "version": "1.0.1",
4   "summary": "AcraWriter library for iOS: encrypts data into AcraStructs, allowing Acra to decrypt it",
5   "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.",
6   "homepage": "https://cossacklabs.com",
7   "source": {
8     "git": "https://github.com/cossacklabs/acra.git",
9     "branch": "master"
10   },
11   "license": {
12     "type": "Apache 2.0"
13   },
14   "authors": {
15     "cossacklabs": "info@cossacklabs.com"
16   },
17   "dependencies": {
18     "themis": [
19       "~> 0.10.0"
20     ]
21   },
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.9"
25   },
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "Foundation",
30       "CoreFoundation"
31     ],
32     "xcconfig": {
33       "OTHER_CFLAGS": "-DLIBRESSL",
34       "USE_HEADERMAP": "NO",
35       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
36       "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
37     },
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"
43     }
44   },
45   "source_files": "wrappers/objc/AcraWriter/*.{h,m}",
46   "public_header_files": [
47     "wrappers/objc/AcraWriter/AcraWriter.h",
48     "wrappers/objc/AcraWriter/AcraStruct.h"
49   ],
50   "osx": {
51     "xcconfig": {
52       "OTHER_CFLAGS": "-DLIBRESSL",
53       "USE_HEADERMAP": "NO",
54       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
55       "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
56     }
57   }