[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / a / WTTimer / 0.0.1 / WTTimer.podspec.json
bloba74d29d8d956183b7472fbb3bc10334ce6fd854b
2   "name": "WTTimer",
3   "version": "0.0.1",
4   "summary": "A Category of NSTimer can avoid  memory leak that caused by circular reference.",
5   "description": "This library provides a category for NSTimer. It 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": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/windtersharp/NSTimer.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "Timer/NSTimer+WTUtils.{h,m}",
24   "public_header_files": "Timer/NSTimer+WTUtils.h"