[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 8 / d / acrawriter / 1.0.2 / acrawriter.podspec.json
blobc42cf68d78e7cc90782434b7c70d1291bd7077e6
2   "name": "acrawriter",
3   "version": "1.0.2",
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       "ENABLE_BITCODE": "YES"
40     }
41   },
42   "source_files": "wrappers/objc/AcraWriter/*.{h,m}",
43   "public_header_files": [
44     "wrappers/objc/AcraWriter/AcraWriter.h",
45     "wrappers/objc/AcraWriter/AcraStruct.h"
46   ],
47   "osx": {
48     "xcconfig": {
49       "OTHER_CFLAGS": "-DLIBRESSL",
50       "USE_HEADERMAP": "NO",
51       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
52       "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
53     }
54   }