blob: 3ee37b7116395b3015c1f81c5dee5c72c3215eff [file] [log] [blame]
{
"name": "HttpBasicAuth",
"version": "0.1.0",
"summary": "Generic basic http auth Authorization header field parser for swift.",
"homepage": "https://github.com/jjb3rd/HttpBasicAuth",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"John Becker": "john@beckersoft.com"
},
"source": {
"git": "https://github.com/jjb3rd/HttpBasicAuth.git",
"tag": "0.1.0"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"module_name": "HttpBasicAuth"
}