[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 5 / themis / 0.9.4 / themis.podspec.json
blob0c797116b9cd3c6c13c17c1c83b064f0e0d5e084
2   "name": "themis",
3   "version": "0.9.4",
4   "summary": "Data security library for network communication and data storage for iOS and mac OS",
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 iOS / macOS, NodeJS, Go, Ruby, Python, PHP and Java / Android. 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.4"
13   },
14   "authors": {
15     "cossacklabs": "info@cossacklabs.com"
16   },
17   "dependencies": {
18     "OpenSSL-Universal": [
19       "1.0.1.20"
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         "src/soter/ed25519/*.{c,h}",
43         "src/soter/openssl/*.{c,h}"
44       ],
45       "header_mappings_dir": "src",
46       "header_dir": "src",
47       "preserve_paths": [
48         "src/themis/*.h",
49         "src/soter/*.h",
50         "src/soter/ed25519/*.h",
51         "src/soter/openssl/*.h"
52       ],
53       "public_header_files": [
54         "src/themis/*.h",
55         "src/soter/*.h",
56         "src/soter/ed25519/*.h",
57         "src/soter/openssl/*.h"
58       ]
59     },
60     {
61       "name": "objcwrapper",
62       "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
63       "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{m,h}",
64       "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
65       "header_dir": "objcthemis",
66       "dependencies": {
67         "themis/core": [
69         ]
70       }
71     }
72   ]