blob: f672b472696a26c6afb9e088b82297adf4c2e675 [file] [log] [blame]
{
"name": "EasyTimer",
"version": "1.0.1",
"license": {
"type": "UA",
"file": "LICENSE"
},
"summary": "Easy way to use NSTimer in Swift for delaying code or repeating code",
"homepage": "https://github.com/highbay/EasyTimer",
"authors": {
"Niklas Fahl": "niklas.fahl@ua.edu"
},
"source": {
"git": "https://github.com/highbay/EasyTimer.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift"
}