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