[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / 6 / b / YYRSACrypto / 0.0.4 / YYRSACrypto.podspec.json
blobeca261443c2cf700ebab9fe39f7514216307d03b
2   "name": "YYRSACrypto",
3   "version": "0.0.4",
4   "summary": "基于 MIHCrypto 封装的 RSA 加密解密工具类.",
5   "description": "基于 MIHCrypto 封装的 RSA 加密解密工具类, 加密解密, 只需要一句代码就能实现.",
6   "homepage": "https://github.com/Kejiasir/YYRSACrypto",
7   "license": "MIT",
8   "authors": {
9     "Arvin": "yasir86@126.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/Kejiasir/YYRSACrypto.git",
16     "tag": "0.0.4"
17   },
18   "source_files": [
19     "YYRSACrypto",
20     "YYRSACrypto/YYRSACrypto/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "MIHCrypto": [
25       "~> 0.4.1"
26     ],
27     "GTMBase64": [
28       "~> 1.0.0"
29     ]
30   }