blob: c460382883eca5b150e54d4ced1e020d0bfddb11 [file] [log] [blame]
{
"name": "OGRSAEncryption",
"version": "0.1.0",
"summary": "RSA Encryption.",
"description": " Manages a keypair and an optional number of foreign public keys.\n Asymmetrically encrypts and decrypts, signs and verifies signatures.\n",
"homepage": "https://github.com/orangegroove/OGRSAEncryption",
"license": "MIT",
"authors": {
"Jesper": "jesper@orangegroove.net"
},
"source": {
"git": "https://github.com/orangegroove/OGRSAEncryption.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "Foundation"
}