blob: efa1b24d39eeaadd1a4952e60707e6d4d5291195 [file] [log] [blame]
{
"name": "DispatchAfter",
"version": "0.1.0",
"summary": "Simple and modern way to make delayed calls with ability to cancel them",
"description": " DispatchAfter is a simple and modern way to make delayed calls with ability to cancel them.\n It written in Swift and can be used in both Swift and Objective-C projects.\n",
"homepage": "https://github.com/vGubriienko/SFDispatchAfter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Viktor Gubriienko": "super.ios.dev@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vGubriienko/SFDispatchAfter.git",
"tag": "0.1.0"
},
"source_files": "SFDispatchAfter/SFDispatchAfter.swift",
"frameworks": "Foundation",
"requires_arc": true
}