blob: d4c8bac389c49e0424fe546716d89a2bce04d278 [file] [log] [blame]
{
"name": "DispatchTimer",
"version": "0.0.5",
"summary": "GCD Timer for iOS or OSX.",
"homepage": "https://github.com/FlameGrace/DispatchTimer",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"FlameGrace": "flamegrace@hotmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/FlameGrace/DispatchTimer.git",
"tag": "0.0.5"
},
"source_files": [
"DispatchTimer",
"**/*.{h,m}"
],
"public_header_files": "**/*.h"
}