blob: d669e38f3ed9138eb8e76fd03ca24d18d6729cda [file] [log] [blame]
{
"name": "DZATimer",
"version": "0.1.2",
"summary": "A small timer class.",
"description": "The timer continues to track the elapsed time even when the application is in background.\n\nYou can also init the timer with a delegate, and the timer will send an event after every timestep.\n",
"homepage": "https://github.com/Dzamir/DZATimer",
"license": "MIT",
"authors": {
"Davide Di Stefano": "dzamirro@gmail.com"
},
"source": {
"git": "https://github.com/Dzamir/DZATimer.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DZATimer": [
"Pod/Assets/*.png"
]
}
}