| { |
| "name": "MscX509Common", |
| "version": "1.0.0", |
| "summary": "An Objective-C wrapper for OpenSSL. It provides easy access to commonly used PKI structures, e.g. X509, X509_REQ, X509_CRL, RSA, PKCS12", |
| "homepage": "https://github.com/microsec/MscX509Common", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": { |
| "Richard Lendvai": "lendvai.richard@microsec.hu" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/microsec/MscX509Common.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "src/*.{h,m}", |
| "public_header_files": "include/*.h", |
| "requires_arc": true, |
| "dependencies": { |
| "OpenSSL-Universal": [ |
| "~> 1.0.1e" |
| ] |
| } |
| } |