| { |
| "name": "QueryItemWrangler", |
| "version": "0.1", |
| "summary": "A type-safe and friendly Swift API for NSURLComponents query items", |
| "description": "Easily manipulate NSURLQueryItem's in a type safe and swiftly manner", |
| "homepage": "https://github.com/js/QueryItemWrangler", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Johan Sørensen": "johan@johansorensen.com" |
| }, |
| "social_media_url": "http://twitter.com/johans", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/js/QueryItemWrangler.git", |
| "tag": "0.1" |
| }, |
| "source_files": "Source/*.swift" |
| } |