[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 5 / themis / 0.9.1 / themis.podspec.json
blobbd212a3ec110dc8dc212dc8f59b749f04a612603
2   "name": "themis",
3   "version": "0.9.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.1"
13   },
14   "authors": {
15     "cossacklabs": "info@cossacklabs.com"
16   },
17   "dependencies": {
18     "OpenSSL-Universal": [
19       "~> 1.0.1l"
20     ]
21   },
22   "platforms": {
23     "ios": "7.0",
24     "osx": "10.9"
25   },
26   "xcconfig": {
27     "OTHER_CFLAGS": "-DLIBRESSL"
28   },
29   "subspecs": [
30     {
31       "name": "themis",
32       "source_files": [
33         "src/themis/*.{h,c}",
34         "src/soter/*.{h,c}",
35         "src/soter/openssl/*.{h,c}"
36       ],
37       "header_mappings_dir": "src",
38       "public_header_files": [
39         "src/themis/*.h",
40         "src/soter/*.h",
41         "src/soter/openssl/*.h"
42       ]
43     },
44     {
45       "name": "objcthemis",
46       "header_mappings_dir": "src/wrappers/themis/Obj-C/objcthemis",
47       "source_files": "src/wrappers/themis/Obj-C/objcthemis/*.{h,m}",
48       "public_header_files": "src/wrappers/themis/Obj-C/objcthemis/*.h",
49       "header_dir": "objcthemis",
50       "dependencies": {
51         "themis/themis": [
53         ]
54       }
55     }
56   ]