blob: f52adebeb83e70e344f0183e32b3c29c251988b6 [file] [log] [blame]
{
"name": "NTTimer",
"version": "0.0.1",
"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.1"
},
"source_files": "NTTimer/NTTimer/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}