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