Skip to content

Commit

Permalink
spm fix for macOS support
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-khashimov committed Jul 25, 2020
1 parent 1f24f81 commit 80113ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 1.1.2

- SPM macOS support added;

### 1.1.1
- [Issue #8](https://github.com/sh-khashimov/SwiftFortuneWheel/issues/8): Added background image for Slice object;

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PackageDescription
let package = Package(
name: "SwiftFortuneWheel",
platforms: [
.iOS(.v9), .tvOS(.v9)
.iOS(.v9), .tvOS(.v9), .macOS(.v10_11)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
Expand Down
2 changes: 1 addition & 1 deletion SwiftFortuneWheel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftFortuneWheel"
s.version = "1.1.1"
s.version = "1.1.2"
s.summary = "Ultimate spinning wheel control that supports dynamic content and rich customization."
s.description = <<-DESC
Fortune spinning wheel that supports dynamic content and rich customization. Main Features: Dynamic content, support image, and text; Appearance customization; Drawn and animated using CoreGraphics; Dynamic layout.
Expand Down

0 comments on commit 80113ae

Please sign in to comment.