blob: 4c76fae8907f7694d33afdfdc3131c71ae178f73 [file] [log] [blame]
{
"name": "DispatchTimer",
"version": "0.0.1",
"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.1"
},
"source_files": [
"DispatchTimer",
"**/*.{h,m}"
],
"public_header_files": "**/*.h"
}