[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / e / MSWeakTimer / 1.0.0 / MSWeakTimer.podspec.json
bloba05a6bafb369567d000cedb8826431fe983aa7e3
2   "name": "MSWeakTimer",
3   "version": "1.0.0",
4   "summary": "Thread-safe NSTimer alternative that doesn't retain the target and supports being used with GCD queues.",
5   "homepage": "https://github.com/mindsnacks/MSWeakTimer",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Javier Soto": "ios@javisoto.es"
12   },
13   "source": {
14     "git": "https://github.com/mindsnacks/MSWeakTimer.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "MSWeakTimer.{h,m}",
21   "requires_arc": true