[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / d / IdleTimer / 0.2.0 / IdleTimer.podspec.json
blob981b13abf375f87f9d7d581b843c1220240b77b5
2   "name": "IdleTimer",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IdleTimer/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"