blob: bdefeed679113884ea17d120e361260c28818ef4 [file] [log] [blame]
{
"name": "URLComponentsBuilder",
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"version": "1.2.0",
"summary": "A builder pattern for URLComponents to simplify setting query parameters.",
"description": "Translates a 'Dictionary' to 'URLQueryItem(s)'. Simplifies setting query parameters, specifically avoiding the cumbersome task of representing arrays and dictionaries in an URL query.",
"homepage": "https://github.com/ga083/URLComponentsBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Solis": "alexandersv@gmail.com"
},
"source": {
"git": "https://github.com/ga083/URLComponentsBuilder.git",
"tag": "1.2.0"
},
"source_files": [
"URLComponentsBuilder",
"URLComponentsBuilder/**/*.{h,m}"
],
"frameworks": "Foundation",
"swift_version": "4.2"
}