blob: b70faf6e422b2e1901ac62008d89619556270014 [file] [log] [blame]
{
"name": "NHEnDecryptor",
"version": "0.0.3",
"summary": "NHEnDecryptor is an Objc Wrapper for SSL.",
"homepage": "https://github.com/iFindTA",
"description": "SSL En/Decrypt warpper by Objc Include AES/RSA signature and verify data for ios",
"license": "MIT(LICENSE)",
"authors": {
"nanhujiaju": "nanhujiaju@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iFindTA/NHEnDecryptPro.git",
"tag": "0.0.3"
},
"source_files": "NHEnDecryptPro/Security/*.{h,a}",
"public_header_files": "NHEnDecryptPro/Security/*.h",
"frameworks": [
"UIKit",
"Foundation",
"Security"
],
"requires_arc": true
}