| { |
| "name": "PTTimer", |
| "version": "1.1.0", |
| "summary": "Simple Swift Timer framework", |
| "description": "Simple and customizable Swift Timer framework that let you accurately keep time\nincluding when your app goes into the background.", |
| "homepage": "http://github.com/caitlin615/PTTimer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": "Caitlin Elfring", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "3", |
| "source": { |
| "git": "https://github.com/caitlin615/PTTimer.git", |
| "tag": "1.1.0" |
| }, |
| "source_files": "Source/**/*", |
| "requires_arc": true |
| } |