[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / 1 / b / d / HWWeakTimer / 1.0 / HWWeakTimer.podspec.json
bloba0ca459ee07ca45577e263a1caca064511a56702
2   "name": "HWWeakTimer",
3   "version": "1.0",
4   "summary": "NSTimer alternative that doesn't retain the target.",
5   "description": "You can create a NSTimer with target and selector and the NSTimer will not maintain a strong reference to target. Or you can use block to create a NSTimer.",
6   "homepage": "https://github.com/ChatGame/HWWeakTimer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "callmewhy": "https://github.com/callmewhy"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/ChatGame/HWWeakTimer.git",
19     "tag": "1.0"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "requires_arc": true