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