[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 9 / DispatchAfter / 0.1.0 / DispatchAfter.podspec.json
blobefa1b24d39eeaadd1a4952e60707e6d4d5291195
2   "name": "DispatchAfter",
3   "version": "0.1.0",
4   "summary": "Simple and modern way to make delayed calls with ability to cancel them",
5   "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",
6   "homepage": "https://github.com/vGubriienko/SFDispatchAfter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Viktor Gubriienko": "super.ios.dev@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/vGubriienko/SFDispatchAfter.git",
19     "tag": "0.1.0"
20   },
21   "source_files": "SFDispatchAfter/SFDispatchAfter.swift",
22   "frameworks": "Foundation",
23   "requires_arc": true