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