blob: 2fec4427417a4afafdcf90f881e349504a39c229 [file] [log] [blame]
{
"name": "PTTimer",
"version": "1.0.1",
"summary": "Simple Swift Timer framework",
"description": "Simple and customizable Swift Timer framework that let you accurately keep time\nincluding when your app goes into the background.",
"homepage": "http://github.com/caitlin615/PTTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Caitlin Elfring",
"platforms": {
"ios": "9.0"
},
"swift_version": "3",
"source": {
"git": "https://github.com/caitlin615/PTTimer.git",
"tag": "1.0.1"
},
"source_files": "Source/**/*",
"requires_arc": true
}