From 1ae3a8398c3a8361f8bfabf672d0a8f310352f54 Mon Sep 17 00:00:00 2001 From: Igor Kislyuk Date: Wed, 26 Jul 2017 18:25:53 +0300 Subject: [PATCH] Fix. Public --- LeadKit.podspec | 2 +- Sources/Extensions/CGFloat/CGFloat+Pixels.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index 95c7f537..27853bba 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.5.1" + s.version = "0.5.2" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0" diff --git a/Sources/Extensions/CGFloat/CGFloat+Pixels.swift b/Sources/Extensions/CGFloat/CGFloat+Pixels.swift index 2a5e3520..1178d0cb 100644 --- a/Sources/Extensions/CGFloat/CGFloat+Pixels.swift +++ b/Sources/Extensions/CGFloat/CGFloat+Pixels.swift @@ -22,7 +22,7 @@ import UIKit -extension CGFloat { +public extension CGFloat { /// Initializes instance with given number of pixels converted to points ///