[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / a / WTTimer / 0.0.3 / WTTimer.podspec.json
blobd2f87261489d89ea822b93dec7dd1377b3c199d5
2   "name": "WTTimer",
3   "version": "0.0.3",
4   "summary": "A Category of NSTimer can avoid  memory leak that caused by circular reference.",
5   "description": "This library provides a category for NSTimer. You don't need to invoke the invalidate method in timer manually, which can avoid  memory leak that caused by circular reference.",
6   "homepage": "https://github.com/windtersharp/NSTimer",
7   "authors": {
8     "windtersharp": "windter@126.com"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE.txt"
13   },
14   "requires_arc": true,
15   "frameworks": "Foundation",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/windtersharp/NSTimer.git",
21     "tag": "0.0.3"
22   },
23   "source_files": "Timer/NSTimer+WTUtils.{h,m}",
24   "public_header_files": "Timer/NSTimer+WTUtils.h"