blob: 7d9ea2542b67fdb86b69ea6bb2ef90362f96f10d [file] [log] [blame]
{
"name": "GFTimer",
"summary": "A timer which use GCD to implement it.",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"linguofang": "913868456@qq.com"
},
"homepage": "https://github.com/913868456/GCDTimer",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/913868456/GCDTimer.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "GCDTimer/**/*.{h,m}",
"public_header_files": "GCDTimer/**/*.{h}"
}