[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 6 / b / YYRSACrypto / 0.1.0 / YYRSACrypto.podspec.json
blob8527761eae02d67ec3fa87f3cca57ee6c3a0b6c9
2   "name": "YYRSACrypto",
3   "version": "0.1.0",
4   "summary": "RSA encryption and decryption based on MIHCrypto encapsulation, signature verification tool class.",
5   "description": "RSA encryption and decryption based on MIHCrypto encapsulation, signature verification tool class.",
6   "homepage": "https://github.com/Kejiasir/YYRSACrypto",
7   "license": "MIT",
8   "authors": {
9     "Arvin.Yang": "arvinSir.86@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/Kejiasir/YYRSACrypto.git",
16     "tag": "0.1.0"
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   }