4 "summary": "Thread-safe NSTimer drop-in alternative that doesn't retain the target and supports being used with GCD queues.",
5 "description": "More often than not, an object needs to create a timer and invalidate it when a certain event occurs. However, doing this when that object works with a private GCD queue gets tricky. This timer object is thread safe and doesn't have the notion of run loop, so it can be used with GCD queues and installed / invalidated from any thread or queue.",
6 "homepage": "https://github.com/ccworld1000/CCWeakTimer",
9 "CC (deng you hua)": "ccworld1000@gmail.com"
16 "git": "https://github.com/ccworld1000/CCWeakTimer.git",
21 "CCWeakTimerDemo/CCWeakTimer/**/*.{h,m}"
23 "exclude_files": "Classes/Exclude",
24 "public_header_files": "CCWeakTimerDemo/CCWeakTimer/**/*.h"