[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 7 / 5 / 6 / CCWeakTimer / 0.0.1 / CCWeakTimer.podspec.json
blob790a4654d68581914a7541b19799994b2f92f477
2   "name": "CCWeakTimer",
3   "version": "0.0.1",
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",
7   "license": "MIT",
8   "authors": {
9     "CC (deng you hua)": "ccworld1000@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/ccworld1000/CCWeakTimer.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "Classes",
21     "CCWeakTimerDemo/CCWeakTimer/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "public_header_files": "CCWeakTimerDemo/CCWeakTimer/**/*.h"