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