[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / b / a / 4 / OGOpenssl / 0.0.2 / OGOpenssl.podspec.json
blobe589d30e6eeea41752a12992058e80509a6e877b
2   "name": "OGOpenssl",
3   "version": "0.0.2",
4   "summary": "OGOpenssl.",
5   "description": "openssl",
6   "homepage": "https://gitee.com/YanNianRen/OGOpenssl",
7   "license": "MIT",
8   "authors": {
9     "GitZhy": "zenghuayang147@qq.com"
10   },
11   "source": {
12     "git": "https://gitee.com/YanNianRen/OGOpenssl.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "subspecs": [
19     {
20       "name": "openssl",
21       "source_files": "OGOpenssl/openssl/**/*.h",
22       "public_header_files": "OGOpenssl/openssl/**/*.h",
23       "header_dir": "openssl",
24       "preserve_paths": [
25         "OGOpenssl/Lib/libssl.a",
26         "OGOpenssl/Lib/libcrypto.a"
27       ],
28       "vendored_libraries": [
29         "OGOpenssl/Lib/libssl.a",
30         "OGOpenssl/Lib/libcrypto.a"
31       ],
32       "libraries": [
33         "ssl",
34         "crypto"
35       ]
36     }
37   ]