[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / f / 4 / Game-Timer-iOS / 1.0.0 / Game-Timer-iOS.podspec.json
blob0a226d2e9dbc5c53a43905cd4ed43349a598ba96
2   "name": "Game-Timer-iOS",
3   "version": "1.0.0",
4   "summary": "Light-weight timer that you can use for iOS games.",
5   "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",
6   "homepage": "https://github.com/pjebs/Game-Timer-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PJ Engineering and Business Solutions Pty. Ltd.": "enquiries@pjebs.com.au"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/pjebs/Game-Timer-iOS.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "*.{h,m}",
22   "requires_arc": true