diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 2b9ebb7..57c439d 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -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; diff --git a/Package.swift b/Package.swift index 73604fc..61d7f33 100644 --- a/Package.swift +++ b/Package.swift @@ -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. diff --git a/SwiftFortuneWheel.podspec b/SwiftFortuneWheel.podspec index d3b2e1d..dda6af8 100644 --- a/SwiftFortuneWheel.podspec +++ b/SwiftFortuneWheel.podspec @@ -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.