blob: a3526c759dce572029b8174dbfbd44ecc546ce93 [file] [log] [blame]
{
"name": "PTTimer",
"version": "1.0.0",
"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": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/caitlin615/PTTimer.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*",
"requires_arc": true
}