[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / 1 / BBRSACryptor / 0.0.5 / BBRSACryptor.podspec.json
blob78fabea4ad1ba63b6e02a6fd635bd448adf54f02
2   "name": "BBRSACryptor",
3   "version": "0.0.5",
4   "summary": "RSA cryptor.",
5   "description": "使用OpenSSL的Api进行RSA的加密和解密,支持公钥加密,私钥解密;私钥加密,公钥解密.",
6   "homepage": "https://github.com/NianJi/BBRSACryptor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liukun": "765409243@qq.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/NianJi/BBRSACryptor.git",
19     "tag": "0.0.5"
20   },
21   "source_files": [
22     "BBRSACryptor",
23     "BBRSACryptor/**/*.{h,m}"
24   ],
25   "frameworks": "Foundation",
26   "dependencies": {
27     "OpenSSL": [
29     ]
30   },
31   "requires_arc": true