commit
b799c1e352
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
import UIKit
|
||||
|
||||
extension CGFloat {
|
||||
public extension CGFloat {
|
||||
|
||||
/// Initializes instance with given number of pixels converted to points
|
||||
///
|
||||
|
|
|
|||
Loading…
Reference in New Issue