Skip to content

Commit

Permalink
Update podspec and Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
ystrot committed Oct 4, 2018
1 parent 3aa1f88 commit 2a1423d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
4.1

4.2
4 changes: 2 additions & 2 deletions Macaw.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Macaw"
s.version = "0.9.2"
s.version = "0.9.3"
s.summary = "Powerful and easy-to-use vector graphics library with SVG support written in Swift."

# This description is used to generate tags and improve search results.
Expand All @@ -29,7 +29,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.12"
s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.1' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }

s.source_files = [
'Source/**/*.swift'
Expand Down

0 comments on commit 2a1423d

Please sign in to comment.