[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / c / 3 / RSAEncrypt / 0.0.5 / RSAEncrypt.podspec.json
blobc4316c193abe6cb7e26fc17c09fbd7bf180acb6c
2   "name": "RSAEncrypt",
3   "version": "0.0.5",
4   "license": "MIT",
5   "summary": "iOS 简单 RSA 加密方法。",
6   "description": "iOS 简单 RSA 加密方法,加密 key 使用字符串方式。使用系统库,包含如何创建钥匙对命令。",
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": "0.0.5"
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