blob: f79fdf3597d6e5d8709a7f72d87f2c41b82fc6f5 [file] [log] [blame]
{
"name": "DDTRepeater",
"version": "0.0.2",
"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": "10.0"
},
"source": {
"git": "https://github.com/mcBontempi/DDTRepeater.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"*/*.{swift}"
],
"exclude_files": "Classes/Exclude"
}