blob: 5eddb581a3e7a9e02dc72f58e1dc9f7b2e85b4a9 [file] [log] [blame]
{
"name": "LSRepeater",
"version": "0.0.8",
"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.LondonSwift.com",
"license": "GNU",
"authors": "Daren David Taylor",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/LondonSwift/LSRepeater.git",
"tag": "0.0.8"
},
"source_files": [
"Classes",
"*/*.{swift}"
],
"exclude_files": "Classes/Exclude"
}