diff --git a/Podfile.lock b/Podfile.lock index 2f5fc14..5782269 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,14 +1,14 @@ PODS: - - Nimble (5.0.0) - - Quick (0.10.0) + - Nimble (7.0.1) + - Quick (1.1.0) DEPENDENCIES: - Nimble - Quick SPEC CHECKSUMS: - Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f - Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa + Nimble: 657d000e11df8aebe27cdaf9d244de7f30ed87f7 + Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d PODFILE CHECKSUM: 210211b10b990bebe0dbf2cbceadace271413ad0 diff --git a/RevealingSplashView.podspec b/RevealingSplashView.podspec index 6b89ad3..7f5da21 100644 --- a/RevealingSplashView.podspec +++ b/RevealingSplashView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "RevealingSplashView" - s.version = "0.2.0" + s.version = "0.3.0" s.summary = "A Splash view that animates and reveals its content, inspired by the Twitter splash." s.description = <<-DESC A Splash view that animates and reveals its content, inspired by the Twitter splash, written in Swift