blob: d381b8df244e333b52b108d442840fa9a352d9d3 [file] [log] [blame]
{
"name": "Thrimer",
"version": "3.0",
"summary": "A thread safe timer that supports pause & resume",
"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": "3.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "Thrimer/Classes/**/*",
"swift_version": "5.0"
}