blob: 2fee11f7ba99543a747911ea8f8121263e04017b [file] [log] [blame]
{
"name": "HFSecurity",
"version": "1.0.0",
"summary": "Handy Framework - HFSecurity",
"description": "Handy Framework - Supports handy APIs to use AES & RSA cryptor utilities.",
"homepage": "https://github.com/DragonCherry/HFSecurity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DragonCherry": "dragoncherry@naver.com"
},
"source": {
"git": "https://github.com/DragonCherry/HFSecurity.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HFSecurity/Classes/**/*",
"dependencies": {
"RNCryptor": [
"~> 4"
],
"HFUtility": [
]
}
}