Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
EfraimB committed Dec 3, 2019
1 parent 9ae0821 commit d5a7921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TTFortuneWheel.podspec
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |s|
s.name = 'TTFortuneWheel'
s.version = '0.1.7'
s.version = '0.1.8'
s.summary = 'Fortune spinning wheel that supports custom drawing.'
s.homepage = 'https://tapptitude.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion TTFortuneWheelSample/ViewController.swift
Expand Up @@ -25,7 +25,7 @@ class ViewController: UIViewController {
spinningWheel.slices = slices
spinningWheel.equalSlices = true
spinningWheel.frameStroke.width = 0
spinningWheel.titleRotation = Float.pi
spinningWheel.titleRotation = CGFloat.pi
spinningWheel.slices.enumerated().forEach { (pair) in
let slice = pair.element as! CarnivalWheelSlice
let offset = pair.offset
Expand Down

0 comments on commit d5a7921

Please sign in to comment.