[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / c / 6 / d / IdleTimer / 0.1.0 / IdleTimer.podspec.json
blob0580043d57cfc19c924db8c7bcbe30e7d819d3c5
2   "name": "IdleTimer",
3   "version": "0.1.0",
4   "summary": "Easy control of UIApplication idleTimer",
5   "description": "This is a class to consolidate and manipulate the Idle Timer on iOS. The double negatives make manipulating the idle timer for iOS applications confusing. This helps track the value and manipulate it easily.",
6   "homepage": "https://github.com/jzucker2/IdleTimer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jordan Zucker": "jordan.zucker@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jzucker2/IdleTimer.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IdleTimer/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"