[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 5 / 8 / c / NKWeakTimer / 1.0.0 / NKWeakTimer.podspec.json
blob4d1f7bbb2226b4eb873c60d59518bb08f54613ff
2   "name": "NKWeakTimer",
3   "version": "1.0.0",
4   "summary": "A delightful iOS and OS X Weak Timer.",
5   "description": "NKWeakTimer can be used as `NSTimer`, but do not retain Target.\nIt is implemented by `GCD`, and all features is similar to NSTimer.",
6   "homepage": "https://github.com/NearKXH/NKWeakTimer",
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/NKWeakTimer.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "NKWeakTimer/**/*",
23   "requires_arc": true