[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / a / FastDraw / 0.1.0 / FastDraw.podspec.json
blobf2bd21c6bb173842fe6c5255a84443d46120020c
2   "name": "FastDraw",
3   "version": "0.1.0",
4   "summary": "A Fast and Complete Swift Drawing Library.",
5   "description": "FastDraw is a high performance and highly extensible Drawing Library that supports Apple Pencil. It supports pencil, highlighter, eraser, and lasso.",
6   "platforms": {
7     "ios": "11.0"
8   },
9   "homepage": "https://github.com/collinzrj/FastDraw",
10   "license": "MIT",
11   "authors": {
12     "collin": "collinzrj@gmail.com"
13   },
14   "dependencies": {
15     "SQLite.swift": [
16       "~> 0.12.0"
17     ],
18     "SwiftProtobuf": [
19       "~> 1.0"
20     ]
21   },
22   "source_files": "FastDraw/**/*.swift",
23   "source": {
24     "git": "https://github.com/collinzrj/FastDraw.git",
25     "tag": "v0.1.0-alpha"
26   },
27   "swift_versions": "5.0",
28   "swift_version": "5.0"