[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / d / IdleTimer / 0.9.1 / IdleTimer.podspec.json
blob6ea954ceaf5f289c849fdf1c8113f98f8adf8ced
2   "name": "IdleTimer",
3   "version": "0.9.1",
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. It persists settings from app session to app session automatically.",
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.9.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IdleTimer/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "4.0"