[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 4 / 9 / 1 / PKCS12 / 0.2.0 / PKCS12.podspec.json
blob77b499e218f8b46dabcc6e0c13f51a4d397c86ea
2   "name": "PKCS12",
3   "version": "0.2.0",
4   "summary": "PKCS12 Serialization Tools for ObjC.",
5   "description": "Serialize *.p12 file to X509 certficate object.",
6   "homepage": "https://github.com/Magic-Unique/PKCS12",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Magic-Unique": "516563564@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Magic-Unique/PKCS12.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "PKCS12/Core/**/*",
25       "public_header_files": "PKCS12/Core/Public/*.h",
26       "dependencies": {
27         "OpenSSL-Universal": [
28           "~> 1.0.2.0"
29         ]
30       }
31     },
32     {
33       "name": "OCSP",
34       "source_files": "PKCS12/OCSP/**/*",
35       "public_header_files": "PKCS12/OCSP/Public/*.h",
36       "libraries": "c++",
37       "dependencies": {
38         "OpenSSL-Universal": [
39           "~> 1.0.2.0"
40         ],
41         "PKCS12/Core": [
43         ]
44       }
45     }
46   ]