[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / c / 3 / RSAEncrypt / 1.1.0 / RSAEncrypt.podspec.json
blobb40faa6005a5222c4de461297c1ea4048b9c34e0
2   "name": "RSAEncrypt",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "RSAEncrypt是简单的RSA加密库。使用字符串进行加密.",
6   "description": "RSAEncrypt是简单的RSA加密库。使用字符串进行加密,包含使用 openssl 生成密钥对步骤。RSAEncrypt使用公钥文件 base64 字符串进行加密,避免了使用Security Framework API添加伪造证书字符串加密方式,可能会导致加密永久失败的问题(此问题重装应用才可解决)。",
7   "homepage": "https://github.com/rigelxu/RSAEncrypt",
8   "authors": {
9     "Rigel": "mrxurj@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rigelxu/RSAEncrypt.git",
13     "tag": "1.1.0"
14   },
15   "source_files": "RSAEncrypt/*.{h,m}",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "Security"
22   ],
23   "requires_arc": true