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