blob: fda5fd47e08ab91c7bd327f327ba77320a60ab82 [file] [log] [blame]
{
"name": "URLComponentsBuilder",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"version": "1.0.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.0.0"
},
"source_files": [
"URLComponentsBuilder",
"URLComponentsBuilder/**/*.{h,m}"
],
"frameworks": "Foundation"
}