blob: b7f9600376217bc378f4eac321f3cddd1b728415 [file] [log] [blame]
{
"name": "Thrimer",
"version": "0.9.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": "0.9.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Thrimer/Classes/**/*",
"pushed_with_swift_version": "3.0"
}