[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / b / 3 / 5 / themis / 0.9.3.1 / themis.podspec.json
blob58dbdde50d3d55bd1c0b260f32c1658ee7f73ca7
2   "name": "themis",
3   "version": "0.9.3.1",
4   "summary": "Data security library for network communication and data storage for iOS and OS X",
5   "description": "Themis is a data security library, providing users with high-quality security services for secure messaging of any kinds and flexible data storage. Themis is aimed at modern development practices, with high level OOP wrappers for Ruby, Python, PHP, Java / Android and iOS / OSX. It is designed with ease of use in mind, high security and cross-platform availability.",
6   "homepage": "http://cossacklabs.com",
7   "license": {
8     "type": "Apache 2.0"
9   },
10   "source": {
11     "git": "https://github.com/cossacklabs/themis.git",
12     "tag": "0.9.3.1"
13   },
14   "authors": {
15     "cossacklabs": "info@cossacklabs.com"
16   },
17   "dependencies": {
18     "OpenSSL-Universal": [
19       "1.0.1.19"
20     ]
21   },
22   "platforms": {
23     "ios": "7.0",
24     "osx": "10.9"
25   },
26   "xcconfig": {
27     "OTHER_CFLAGS": "-DLIBRESSL",
28     "USE_HEADERMAP": "NO",
29     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/themis/src\" \"${PODS_ROOT}/themis/src/wrappers/themis/Obj-C\"",
30     "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/OpenSSL-Universal/lib-ios\""
31   },
32   "libraries": [
33     "ssl",
34     "crypto"
35   ],
36   "subspecs": [
37     {
38       "name": "core",
39       "source_files": [
40         "src/themis/*.{h,c}",
41         "src/soter/**/*.{c,h}"
42       ],
43       "header_mappings_dir": "src",
44       "header_dir": "src",
45       "preserve_paths": [
46         "src/themis/*.h",
47         "src/soter/**/*.h"
48       ],
49       "public_header_files": [
50         "src/themis/*.h",
51         "src/soter/**/*.h"
52       ]
53     },
54     {
55       "name": "objcwrapper",
56       "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
57       "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
58       "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
59       "header_dir": "objcthemis",
60       "dependencies": {
61         "themis/core": [
63         ]
64       }
65     }
66   ]