[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / b / 6 / HFTimer / 0.1.0 / HFTimer.podspec.json
blob5c3bf7481622a184f6c1df1e3be97e90df0b2dc3
2   "name": "HFTimer",
3   "version": "0.1.0",
4   "summary": "自己做的一个可以自动销毁timer",
5   "homepage": "https://github.com/helfyz/HFTimer",
6   "license": "MIT",
7   "authors": {
8     "helfy": "562812743@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/helfyz/HFTimer.git",
15     "tag": "0.1.0",
16     "submodules": true
17   },
18   "source_files": "HFTimer/*.{h,m}",
19   "public_header_files": "HFTimer/*.h",
20   "frameworks": [
21     "Foundation",
22     "CoreGraphics",
23     "UIKit"
24   ],
25   "requires_arc": true