blob: 82dc6db2faa67342b6738a97026a13482303b189 [file] [log] [blame]
{
"name": "NSData+Seal",
"version": "0.9.2",
"summary": "Easily encrypt and decrypt with public and private keys like openssl_seal in PHP.",
"homepage": "https://github.com/CodeReaper/NSData-Seal",
"authors": {
"Jakob Jensen": "jakobj@jakobj.dk"
},
"source": {
"git": "https://github.com/CodeReaper/NSData-Seal.git",
"tag": "0.9.2"
},
"source_files": "*.{h,m}",
"requires_arc": false,
"frameworks": "Security",
"social_media_url": "http://twitter.com/jakobjdk",
"license": {
"type": "MIT"
},
"description": " Easily encrypt and decrypt with public and private keys like openssl_seal and openssl_open in PHP to protect your data.\n"
}