blob: 9e2757c84b1e542a6b692840ef9ecf3eff9055e1 [file] [log] [blame]
{
"name": "HFTimer",
"version": "0.1.1",
"summary": "自己做的一个可以自动销毁timer",
"homepage": "https://github.com/helfyz/HFTimer",
"license": "MIT",
"authors": {
"helfy": "562812743@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/helfyz/HFTimer.git",
"tag": "0.1.1",
"submodules": true
},
"source_files": "HFTimer/*.{h,m}",
"public_header_files": "HFTimer/*.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}