diff --git a/SwiftLoader.podspec b/SwiftLoader.podspec index 914bb2a..1f1ed38 100644 --- a/SwiftLoader.podspec +++ b/SwiftLoader.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftLoader" - s.version = "0.2.1" + s.version = "0.2.2" s.summary = "A simple and beautiful activity indicator" s.description = <<-DESC SwiftLoader is a simple and beautiful activity indicator written in Swift. diff --git a/example/SwiftLoaderExample/SwiftLoaderExample.xcodeproj/project.xcworkspace/xcuserdata/ars.xcuserdatad/UserInterfaceState.xcuserstate b/example/SwiftLoaderExample/SwiftLoaderExample.xcodeproj/project.xcworkspace/xcuserdata/ars.xcuserdatad/UserInterfaceState.xcuserstate index 7586c0d..29de99f 100644 Binary files a/example/SwiftLoaderExample/SwiftLoaderExample.xcodeproj/project.xcworkspace/xcuserdata/ars.xcuserdatad/UserInterfaceState.xcuserstate and b/example/SwiftLoaderExample/SwiftLoaderExample.xcodeproj/project.xcworkspace/xcuserdata/ars.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/src/SwiftLoader/SwiftLoader.swift b/src/SwiftLoader/SwiftLoader.swift index c925d32..b1bafa2 100644 --- a/src/SwiftLoader/SwiftLoader.swift +++ b/src/SwiftLoader/SwiftLoader.swift @@ -311,5 +311,7 @@ public class SwiftLoader: UIView { */ public var cornerRadius : CGFloat = 10.0 + public init() {} + } }