[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 9 / 1 / PKCS12 / 0.1.0 / PKCS12.podspec.json
blobec8f70ebdff83d0226ce2318edea2c1f6d0fb6ef
2   "name": "PKCS12",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "PKCS12/Classes/**/*",
22   "public_header_files": "PKCS12/Classes/Public/*.h",
23   "dependencies": {
24     "OpenSSL-Universal": [
26     ]
27   }