blob: e080e7315c9d93760c66f1332b874ec64abd6093 [file] [log] [blame]
{
"name": "CLTimer",
"version": "0.1.4",
"summary": "A Circular Timer in swift.",
"description": "CLTimer provides you a circular timer to integrate in your ios app with multiple designs and time format options. Intead of writing complicated code with complex calculations you can simply integrate Timer in your app with 4-5 lines of code",
"homepage": "https://github.com/ConfianceLabs/CLTimer.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dewanshu Sharma": "sdivyanshu23@gmail.com"
},
"source": {
"git": "https://github.com/ConfianceLabs/CLTimer.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CLTimer/Classes/**/*"
}