| { |
| "name": "Overwatch", |
| "version": "1.1.0", |
| "summary": "Easily measure how long a task takes.", |
| "description": "Stopwatch provides simple methods to start a timer and stop it. Using the description provided when starting a timer prints out the duration when stopped.", |
| "homepage": "https://github.com/iltercengiz/Overwatch", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ilter Cengiz": "iltercengiz@icloud.com" |
| }, |
| "source": { |
| "git": "https://github.com/iltercengiz/Overwatch.git", |
| "tag": "1.1.0" |
| }, |
| "social_media_url": "https://twitter.com/iltercengiz", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Overwatch/Classes/**/*", |
| "pushed_with_swift_version": "3.0" |
| } |