blob: fc7d03e4d126afe76f57f4259f3b35304eaf6e23 [file] [log] [blame]
{
"name": "PwGen",
"version": "1.0.2",
"summary": "Simple yet cryptographically secure password generator library in Swift.",
"swift_version": "4.1",
"homepage": "https://github.com/2-much-loop/PwGen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxime Guisset": "maximeguisset@gmail.com"
},
"source": {
"git": "https://github.com/2-much-loop/PwGen.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/2_m_loop",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "PwGen/**/*"
}