blob: e94d7e4643a8929b31441e22410e1924e587d2ef [file] [log] [blame]
{
"name": "SMPauseTimer",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SMPauseTimer": [
"Pod/Assets/*.png"
]
}
}