[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / 1 / BBRSACryptor / 0.0.3 / BBRSACryptor.podspec.json
blob1e4bec81f19cb6652da9ce5af71c8b39103d3eb0
2   "name": "BBRSACryptor",
3   "version": "0.0.3",
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     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/NianJi/BBRSACryptor.git",
20     "tag": "0.0.3"
21   },
22   "source_files": [
23     "BBRSACryptor",
24     "BBRSACryptor/**/*.{h,m}"
25   ],
26   "frameworks": "Foundation",
27   "dependencies": {
28     "OpenSSL": [
30     ]
31   },
32   "requires_arc": true