blob: 0371e34923af53852cdffbfb39b9263e1a4b6add [file] [log] [blame]
{
"name": "🔒",
"version": "0.2.0",
"summary": "Nest middleware to 🔒 up your web application in HTTP auth.",
"homepage": "https://github.com/nestproject",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/nestproject/Padlock.git",
"tag": "0.2.0"
},
"source_files": "Padlock/Padlock.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"module_name": "Padlock",
"dependencies": {
"Nest": [
"~> 0.2.0"
],
"Inquiline": [
"~> 0.2.0"
]
}
}