Skip to content

Commit 80113ae

Browse files
committed
spm fix for macOS support
1 parent 1f24f81 commit 80113ae

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Documentation/Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGELOG
22

3+
### 1.1.2
4+
5+
- SPM macOS support added;
6+
37
### 1.1.1
48
- [Issue #8](https://github.com/sh-khashimov/SwiftFortuneWheel/issues/8): Added background image for Slice object;
59

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "SwiftFortuneWheel",
88
platforms: [
9-
.iOS(.v9), .tvOS(.v9)
9+
.iOS(.v9), .tvOS(.v9), .macOS(.v10_11)
1010
],
1111
products: [
1212
// Products define the executables and libraries produced by a package, and make them visible to other packages.

SwiftFortuneWheel.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftFortuneWheel"
3-
s.version = "1.1.1"
3+
s.version = "1.1.2"
44
s.summary = "Ultimate spinning wheel control that supports dynamic content and rich customization."
55
s.description = <<-DESC
66
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.

0 commit comments

Comments
 (0)