blob: b46eff799249c92ea6114c19376aa18a7035a9eb [file] [log] [blame]
{
"name": "CircularTimer",
"version": "0.0.1",
"summary": "A CocoaPods library written in Swift",
"description": "A Circular Timer that counts down time in both foreground and background with a circular progression animation and fully customizable.",
"homepage": "https://github.com/FabioMs27/CircularTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/FabioMs27/CircularTimer.git",
"tag": "0.0.1"
},
"authors": {
"FabioMs27": "fabio.ms27@hotmail.com"
},
"platforms": {
"ios": "13.5"
},
"swift_versions": "5.3",
"source_files": "CircularTimer/**/*.{h,m,swift}",
"swift_version": "5.3"
}