blob: 9b65ed8f06bcd338f5151af0f8a796cbf4c53dc3 [file] [log] [blame]
{
"name": "AutoReleaseTimer",
"version": "1.1",
"summary": "Auto-Release-Timer",
"description": "attach Timer functions to an object, and auto release when the object dealloc",
"homepage": "https://github.com/LevenWin",
"swift_versions": "4.0",
"license": "MIT",
"authors": {
"leven": "isrealleven@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/LevenWin/AutoReleaseTimer.git",
"tag": "1.1"
},
"source_files": "AutoReleaseTimer/Timerable.swift",
"requires_arc": true,
"swift_version": "4.0"
}