| { |
| "name": "PercentEncoder", |
| "version": "1.2.0", |
| "license": "MIT", |
| "summary": "PercentEncoder is a lightweight library to escape string using so called URL encoding in Swift", |
| "homepage": "https://github.com/tasanobu/PercentEncoder", |
| "social_media_url": "http://twitter.com/tasanobu", |
| "authors": { |
| "Kazunobu Tasaka": "tasanobu@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tasanobu/PercentEncoder.git", |
| "tag": "1.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "PercentEncoder/*.swift", |
| "requires_arc": true, |
| "pushed_with_swift_version": "4.0" |
| } |