blob: f3e893a4c1aafe0551a491d50b7b4680988203aa [file] [log] [blame]
{
"name": "DDTRepeater",
"version": "0.0.4",
"summary": "Executes a block of code repeatedly",
"description": "Replaces NSTimer in swift, I wasnt happy with having to\nsubclass NSObject when I wanted to use NSTimers",
"homepage": "http://www.DarenDavidTaylor.com",
"license": "GNU",
"authors": "Daren David Taylor",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mcBontempi/DDTRepeater.git",
"tag": "0.0.4"
},
"source_files": [
"Classes",
"*/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"pushed_with_swift_version": "3.0"
}