[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / 7 / a / MscX509Common / 1.0.0 / MscX509Common.podspec.json
blob5bad82a9d3a296547ea1f62f2fc970f5d54cb8d2
2   "name": "MscX509Common",
3   "version": "1.0.0",
4   "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",
5   "homepage": "https://github.com/microsec/MscX509Common",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Richard Lendvai": "lendvai.richard@microsec.hu"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/microsec/MscX509Common.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "src/*.{h,m}",
21   "public_header_files": "include/*.h",
22   "requires_arc": true,
23   "dependencies": {
24     "OpenSSL-Universal": [
25       "~> 1.0.1e"
26     ]
27   }