blob: 7fd030493787ead11483a31153e0ebf943ed512a [file] [log] [blame]
{
"name": "SimpleEncrypter",
"version": "1.4.0",
"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.0"
},
"platforms": {
"ios": "11.0",
"osx": "10.14"
},
"source_files": "Sources/*",
"swift_versions": [
"4.0",
"4.2"
],
"dependencies": {
"CryptoSwift": [
]
}
}