blob: d78b1a6905c129e465e305b8132abfc44dcd2817 [file] [log] [blame]
{
"name": "SMPauseTimer",
"version": "0.3.0",
"summary": "Provides the ability to pause an NSTimer.",
"description": "Provides the ability to pause an NSTimer & resume at a later time of your choosing. Will also pause & resume when the app changes states.",
"homepage": "https://github.com/seanmcneil/SMPauseTimer",
"license": "MIT",
"authors": {
"Sean McNeil": "mcneilsean@icloud.com"
},
"source": {
"git": "https://github.com/seanmcneil/SMPauseTimer.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/sean_mcneil",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}