blob: c88c345304e7f876f0072a18d9ad2af502ae56d3 [file] [log] [blame]
{
"name": "SimpleEncrypter",
"version": "1.4.1",
"summary": "A simple protocol for Data->Data encrypt.",
"description": "This is designed for my apps, so that I can easily change real encrypter.",
"homepage": "https://github.com/1fr3dg/SimpleEncrypter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alfred Gao": "alfredg@alfredg.cn"
},
"source": {
"git": "https://github.com/1fr3dg/SimpleEncrypter.git",
"tag": "1.4.1"
},
"platforms": {
"ios": "11.0",
"osx": "10.14"
},
"source_files": "Sources/*",
"swift_versions": "4.2",
"dependencies": {
"CryptoSwift": [
]
}
}