blob: 4e0186ce37e1ed48ac402a6db294f5abc95ed9fd [file] [log] [blame]
{
"name": "TinyKeychain",
"version": "1.0.0",
"summary": "A tiny, Swifty keychain wrapper!",
"description": "A tiny, Swifty keychain wrapper! Type-safe storage for anything that's Codable.",
"homepage": "https://github.com/smolster/TinyKeychain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Swain Molster": "swain.molster@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/smolster/TinyKeychain.git",
"tag": "v1.0.0"
},
"source_files": "TinyKeychain/"
}