blob: 4fb36e9360bb870af9187d58200d713288fd87b1 [file] [log] [blame]
{
"name": "TinyKeychain",
"version": "0.0.2",
"summary": "A tiny, Swifty keychain wrapper!",
"description": "A tiny, Swifty keychain wrapper! Store almost anything with type-safety.",
"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": "v0.0.2"
},
"source_files": "TinyKeychain/"
}