[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / a / e / LTOpenSSL / 0.1.0 / LTOpenSSL.podspec.json
bloba29f9de683d0e8a3deb52ca9a4a705b46ef20121
2   "name": "LTOpenSSL",
3   "version": "0.1.0",
4   "summary": "RSA Base64 by OpenSSL.",
5   "description": "TODO: RSA Base64 by OpenSSL.\nRSA from PEM file path\nRSA from PEM Base64 string\nRSA from modulus and exponent\ngenerate RSA PEM Base64 pubKey priKey\nrsa_enc rsa_dec",
6   "homepage": "https://github.com/yelon21/LTOpenSSL",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yelon21": "yl21ly@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yelon21/LTOpenSSL.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "Classes/**/*",
22   "vendored_libraries": "lib/*.a",
23   "dependencies": {
24     "OpenSSL": [
25       "~> 1.0.208"
26     ]
27   }