| { |
| "name": "Game-Timer-iOS", |
| "version": "1.0.0", |
| "summary": "Light-weight timer that you can use for iOS games.", |
| "description": " GameTimer incorporates 2 timers that work in unison - referred to as longTimer and shortTimer. The shortTimer acts as a 'finer' resolution timer that can be used to update a progressbar or continually poll a network connection (for example). It's interval is usually set to a fraction of the longTimer.\n\n GameTimer automatically pauses when the app enters the BACKGROUND and 'unpauses' when the app is ACTIVE again.\n", |
| "homepage": "https://github.com/pjebs/Game-Timer-iOS", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "PJ Engineering and Business Solutions Pty. Ltd.": "enquiries@pjebs.com.au" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/pjebs/Game-Timer-iOS.git", |
| "tag": "v1.0.0" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true |
| } |