blob: 60c0d1dba502dd08af84996bff8d1a69de92dabb [file] [log] [blame]
{
"name": "QueryString",
"version": "0.3.1",
"homepage": "https://github.com/materik/querystring.git",
"summary": "Model for parsing and appending query strings to URLs",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mattias Eriksson": "thematerik@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/materik/querystring.git",
"tag": "0.3.1"
},
"source_files": "*.swift",
"swift_version": "4.0",
"exclude_files": [
"Tests"
]
}