blob: c62919835ad1df8b45281d0d2744c506d9b37ee9 [file] [log] [blame]
{
"name": "Repeat",
"version": "0.3.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": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/malcommac/Repeat.git",
"tag": "0.3.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_version": "4.0"
}