[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 5 / 6 / LXNOpenSSL / 0.1.0 / LXNOpenSSL.podspec.json
blobebe2b8da4aa1c48aa7355b338be452ea3619231d
2   "name": "LXNOpenSSL",
3   "version": "0.1.0",
4   "summary": "openssl",
5   "description": "TODO: openssl",
6   "homepage": "https://github.com/lixiaoningSmile/LXNOpenSSL.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lixiaoningSmile": "185896739@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lixiaoningSmile/LXNOpenSSL.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LXNOpenSSL/Classes/openssl/**/*",
22   "public_header_files": "LXNOpenSSL/Classes/openssl/**/*.h",
23   "ios": {
24     "preserve_paths": [
25       "LXNOpenSSL/Classes/StaticLibrary/libcrypto.a",
26       "LXNOpenSSL/Classes/StaticLibrary/libssl.a"
27     ],
28     "vendored_libraries": [
29       "LXNOpenSSL/Classes/StaticLibrary/libcrypto.a",
30       "LXNOpenSSL/Classes/StaticLibrary/libssl.a"
31     ]
32   },
33   "libraries": [
34     "ssl",
35     "crypto"
36   ],
37   "static_framework": true,
38   "swift_versions": "5.0",
39   "swift_version": "5.0"