[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 3 / 8 / NKCWeakTimer / 0.0.3 / NKCWeakTimer.podspec.json
blob1a69c5f52cd569fa6e8ba699a9c9ec57154728ff
2   "name": "NKCWeakTimer",
3   "version": "0.0.3",
4   "summary": "A delightful iOS and OS X Weak Timer.",
5   "description": "`NKCWeakTimer` can be used as `NSTimer`, but do not retain Target.\n`NKCWeakTimer` is implemented by `GCD`, and all founction as `NSTimer`.",
6   "homepage": "https://github.com/NearKXH/NKCWeakTimer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Near": "near.kongxh@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/NearKXH/NKCWeakTimer.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "NKCWeakTimer/**/*",
23   "requires_arc": true