[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 1 / a / 5 / SwiftDraw / 0.14.2 / SwiftDraw.podspec.json
blobec7f84937d148874a8bdf7ffa727c55024eaa444
2   "name": "SwiftDraw",
3   "version": "0.14.2",
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.14.2"
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"