blob: cbd49cae53e0356a8c00e74cf9f15ce85bd0ca23 [file] [log] [blame]
{
"name": "Repeat",
"version": "0.6.0",
"summary": "Modern NSTimer alternative in Swift",
"description": "Repeat is a modern alternative to NSTimer; no strong references, multiple observers, reusable instances with start/stop/pause support in swifty syntax.",
"homepage": "https://github.com/malcommac/Repeat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniele Margutti": "me@danielemargutti.com"
},
"social_media_url": "http://twitter.com/danielemargutti",
"platforms": {
"ios": "12.2",
"osx": "10.14.4",
"tvos": "12.2",
"watchos": "5.2"
},
"source": {
"git": "https://github.com/malcommac/Repeat.git",
"tag": "0.6.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_versions": "5.0",
"swift_version": "5.0"
}