blob: 307a657ceedfef842a727032d407e3e352001f1f [file] [log] [blame]
{
"name": "🔒",
"version": "0.1.1",
"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.1.1"
},
"source_files": "Padlock/Padlock.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"module_name": "Padlock",
"dependencies": {
"Nest": [
"~> 0.1.0"
]
}
}