blob: 8527761eae02d67ec3fa87f3cca57ee6c3a0b6c9 [file] [log] [blame]
{
"name": "YYRSACrypto",
"version": "0.1.0",
"summary": "RSA encryption and decryption based on MIHCrypto encapsulation, signature verification tool class.",
"description": "RSA encryption and decryption based on MIHCrypto encapsulation, signature verification tool class.",
"homepage": "https://github.com/Kejiasir/YYRSACrypto",
"license": "MIT",
"authors": {
"Arvin.Yang": "arvinSir.86@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Kejiasir/YYRSACrypto.git",
"tag": "0.1.0"
},
"source_files": [
"YYRSACrypto",
"YYRSACrypto/YYRSACrypto/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"MIHCrypto": [
"~> 0.4.1"
],
"GTMBase64": [
"~> 1.0.0"
]
}
}