[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / c / 6 / d / IdleTimer / 0.6.2 / IdleTimer.podspec.json
bloba094bbf7ae93490786305f35ba541a401765a1b0
2   "name": "IdleTimer",
3   "version": "0.6.2",
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.6.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IdleTimer/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"