[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / a / 5 / SwiftDraw / 0.7.0 / SwiftDraw.podspec.json
blob0533be9aa1d9c6b2e475669fce4393d143679436
2   "name": "SwiftDraw",
3   "version": "0.7.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.7.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12"
18   },
19   "source_files": "SwiftDraw/*.swift",
20   "ios": {
21     "exclude_files": "SwiftDraw/NSImage+Image.swift",
22     "frameworks": [
23       "UIKit",
24       "Foundation"
25     ]
26   },
27   "osx": {
28     "exclude_files": "SwiftDraw/UIImage+Image.swift",
29     "frameworks": [
30       "AppKit",
31       "Foundation"
32     ]
33   },
34   "swift_version": "5.0"