[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 9 / e / MSWeakTimer / 1.0.1 / MSWeakTimer.podspec.json
blob3334b1261448a6accb42d7856f3d45ec95592bac
2   "name": "MSWeakTimer",
3   "version": "1.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": "MSWeakTimer.{h,m}",
22   "requires_arc": true