[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 5 / SwiftDraw / 0.18.0 / SwiftDraw.podspec.json
blob6a3a34140ced269257b6c7182dca1407dc5ffd5f
2   "name": "SwiftDraw",
3   "version": "0.18.0",
4   "summary": "A Swift library that adds support for SVG files to UIImage and NSImage.",
5   "homepage": "https://github.com/swhitty/SwiftDraw",
6   "authors": "Simon Whitty",
7   "license": {
8     "type": "zlib",
9     "file": "LICENSE.txt"
10   },
11   "source": {
12     "git": "https://github.com/swhitty/SwiftDraw.git",
13     "tag": "0.18.0"
14   },
15   "platforms": {
16     "ios": "13.0",
17     "osx": "10.15",
18     "tvos": "13.0",
19     "watchos": "6.0"
20   },
21   "source_files": "SwiftDraw/**/*.swift",
22   "ios": {
23     "exclude_files": "SwiftDraw/NSImage+Image.swift",
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   },
29   "osx": {
30     "exclude_files": "SwiftDraw/UIImage+Image.swift",
31     "frameworks": [
32       "AppKit",
33       "Foundation"
34     ]
35   },
36   "tvos": {
37     "exclude_files": "SwiftDraw/NSImage+Image.swift",
38     "frameworks": [
39       "UIKit",
40       "Foundation"
41     ]
42   },
43   "watchos": {
44     "exclude_files": "SwiftDraw/NSImage+Image.swift",
45     "frameworks": [
46       "UIKit",
47       "WatchKit",
48       "Foundation"
49     ]
50   },
51   "swift_version": "5.0"