Skip to content

Commit 177e39c

Browse files
committed
0.38.1
1 parent cca6687 commit 177e39c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

FigmaExport.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = "FigmaExport"
3-
spec.version = "0.38.0"
3+
spec.version = "0.38.1"
44
spec.summary = "Command line utility to export colors, typography, icons and images from Figma to Xcode / Android Studio project."
55
spec.homepage = "https://github.com/RedMadRobot/figma-export"
66
spec.license = { type: "MIT", file: "LICENSE" }
77
spec.author = { "Daniil Subbotin" => "mail@subdan.ru" }
88
spec.source = { http: "#{spec.homepage}/releases/download/#{spec.version}/figma-export.zip" }
99
spec.preserve_paths = '*'
1010
spec.platform = :ios
11+
spec.ios.deployment_target = '13.0'
1112
end

Sources/FigmaExport/FigmaExportCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ enum FigmaExportError: LocalizedError {
3232
@main
3333
struct FigmaExportCommand: ParsableCommand {
3434

35-
static let version = "0.38.0"
35+
static let version = "0.38.1"
3636

3737
static let svgFileConverter = VectorDrawableConverter()
3838
static let fileWriter = FileWriter()

0 commit comments

Comments
 (0)