[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / a / JKAutoReleaseTimer / 1.0.0 / JKAutoReleaseTimer.podspec.json
blob4b31fed6feb47d41550a6365e849f3fd5fd94530
2   "name": "JKAutoReleaseTimer",
3   "version": "1.0.0",
4   "summary": "低耦合的自释放定时器(NSTimer + GCD 定时器)",
5   "homepage": "https://github.com/XiFengLang/JKAutoReleaseTimer",
6   "license": "MIT",
7   "authors": {
8     "XiFengLang": "lang131jp@vip.qq.com"
9   },
10   "source": {
11     "git": "https://github.com/XiFengLang/JKAutoReleaseTimer.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "frameworks": "UIKit",
18   "requires_arc": true,
19   "source_files": "src/*.{h,m}"