blob: 096290da60855cc08942f6ce75df9f1694ca8d7a [file] [log] [blame]
{
"name": "PGMTimer",
"version": "0.1.1",
"summary": "Swift Timer: start, stop, pause, resume.",
"description": "This is a simple class to provide a Swift Timer with the following features: start, stop, pause, resume.",
"homepage": "https://github.com/pablogm/PGMTimer",
"license": "MIT",
"authors": {
"Pablo GM": "invanzert@gmail.com"
},
"source": {
"git": "https://github.com/pablogm/PGMTimer.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PGMTimer": [
"Pod/Assets/*.png"
]
},
"frameworks": "Foundation"
}