[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / 3 / Do.this / 1.0.0 / Do.this.podspec.json
blobe337d7272271a7b6c1c2f285f511f73c7e47a1c7
2   "name": "Do.this",
3   "version": "1.0.0",
4   "summary": "a quick async helper for Swift",
5   "description": "Do.this is a Swift 5 quick async helper inspired by node.js Async",
6   "homepage": "https://github.com/BarakRL/Do.this",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Barak Harel",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "swift_versions": [
16     "5.0"
17   ],
18   "source": {
19     "git": "https://github.com/BarakRL/Do.this.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "Classes",
24     "DoThis/**/*.{swift}"
25   ],
26   "module_name": "DoThis",
27   "swift_version": "5.0"