blob: 6bd912fbbb292f04837076981cb3a612cdfb2ba8 [file] [log] [blame]
{
"name": "RSAKit",
"version": "0.9.0",
"summary": "RSA api for Objective-C.",
"description": "RSA api for Objective-C, use this api for RSA encrypt/decrypt or sign/verify your data.",
"homepage": "https://github.com/IvanChan/RSAKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"_ivanC": "aintivanc@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/IvanChan/RSAKit.git",
"tag": "0.9.0"
},
"source_files": [
"RSAKit",
"RSAKit/**/*.{h,m}"
],
"frameworks": "Security"
}