blob: 0c169ee6d0debc8918c84391afaa24e2a2427aa1 [file] [log] [blame]
{
"name": "PPRSA",
"version": "0.1.0",
"summary": "Simple RSA encryption and decryption for iOS.",
"description": "Simple RSA encryption and decryption for iOS. These classes do not require OpenSSL to be built for iOS, you only need Security.framework. OpenSSL is needed to generate the key pairs, however, which you probably want to do on your Desktop machine. See below.",
"homepage": "https://github.com/yagiz/PPRSA",
"license": "Public Domain",
"authors": {
"Yagiz": "yagizgurgul@gmail.com"
},
"source": {
"git": "https://github.com/yagiz/PPRSA.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "*.{h,m}"
}