[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / 8 / d / acrawriter / 1.0.3 / acrawriter.podspec.json
blob8fca6d428e9d6c3cab1d60e90f28fc07531a22ba
2   "name": "acrawriter",
3   "version": "1.0.3",
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     "commit": "d289875e36a4f3be61a0f307dfa19637d45cc321"
10   },
11   "license": {
12     "type": "Apache 2.0"
13   },
14   "authors": {
15     "cossacklabs": "info@cossacklabs.com"
16   },
17   "dependencies": {
18     "themis": [
19       "~> 0.10.4"
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     "pod_target_xcconfig": {
33       "ENABLE_BITCODE": "YES"
34     },
35     "xcconfig": {
36       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\""
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       "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\""
47     }
48   }