[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 6 / b / YYRSACrypto / 0.0.1 / YYRSACrypto.podspec.json
blob1a4f4f6e79f42f15d1f0c79ca2d81ee1710a7a07
2   "name": "YYRSACrypto",
3   "version": "0.0.1",
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": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/Kejiasir/YYRSACrypto.git",
16     "tag": "0.0.1"
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   }