blob: a85b8b4ef9393b379564ccbbed3d1b32e3c21603 [file] [log] [blame]
{
"name": "NTTimer",
"version": "0.0.2",
"summary": "Create timer expediently.",
"description": "Create timer expediently, and you don't need to consider timer release.",
"homepage": "https://github.com/DarknessFall/NTTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruce Jackson": "zysios@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DarknessFall/NTTimer.git",
"tag": "0.0.2"
},
"source_files": "NTTimer/NTTimer/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}