[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 9 / DispatchAfter / 0.2.0 / DispatchAfter.podspec.json
blob5590cd46dafca2df85977fac8410f1b6202cc805
2   "name": "DispatchAfter",
3   "version": "0.2.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.\nIt written in Swift and can be used in both Swift and Objective-C projects.",
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": "9.0"
16   },
17   "swift_version": "4.0",
18   "source": {
19     "git": "https://github.com/vGubriienko/SFDispatchAfter.git",
20     "tag": "0.2.0"
21   },
22   "source_files": "SFDispatchAfter/SFDispatchAfter.swift",
23   "frameworks": "Foundation",
24   "requires_arc": true