blob: 1de432855ad8528290145dae7a7fd556104150a7 [file] [log] [blame]
{
"name": "MiniLockCore",
"version": "0.9.0",
"summary": "A library with swift implementation of miniLock's core functionalities.",
"description": "The library is a swift implementation of miniLock's core functionalities.\nIt was originally written for the SwiftLock app, but can be used as a plugin\nsystem in any other app wanting to use the modern and future-proof encryption \nscheme of miniLock.",
"homepage": "https://github.com/mohakshah/MiniLockCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mohak Shah": "mohak@mohakshah.in"
},
"source": {
"git": "https://github.com/mohakshah/MiniLockCore.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MiniLockCore/Classes/**/*",
"dependencies": {
"libsodium": [
"~> 1.0"
],
"libb2s": [
"~> 1.0"
],
"libbase58": [
"~> 0.1"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}