blob: 8404108eeaadd06e6c40d7670dc9e0a4beb4f938 [file] [log] [blame]
{
"name": "SimpleEncrypter",
"version": "0.3.2",
"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": "0.3.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11"
},
"source_files": "Sources/*",
"dependencies": {
"CryptoSwift": [
],
"GzipSwift": [
]
},
"pushed_with_swift_version": "3.0"
}