blob: 32c8cb7ad6ba76d20f7110d07dc2cc75e075ae92 [file] [log] [blame]
{
"name": "Thrimer",
"version": "1.0.0",
"summary": "A thread safe timer that can be paused",
"description": "Thrimer is a thread-safe timer. It also has the ability to be paused & resumed as needed, for events such as backgrounding the app or a user pausing the game. The example app includes sample functions highlighting all of these features. Additionally, included unit tests also highlight how these work.",
"homepage": "https://github.com/seanmcneil/Thrimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seanmcneil": "s@m.com"
},
"source": {
"git": "https://github.com/seanmcneil/Thrimer.git",
"tag": "1.0.0"
},
"swift_version": "4.1",
"platforms": {
"ios": "10.0"
},
"source_files": "Thrimer/Classes/**/*"
}