diff --git a/Podfile.lock b/Podfile.lock index 54ce769..a071fb7 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Kiwi (2.3.1) - - TransitionKit (2.2.0) + - TransitionKit (2.2.1) DEPENDENCIES: - Kiwi (~> 2.3.0) @@ -12,6 +12,6 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Kiwi: f038a6c61f7a9e4d7766bff5717aa3b3fdb75f55 - TransitionKit: 5c9001a77acc409d71f26a4eba0159cf8619c418 + TransitionKit: 9ceccda4cd0cdc0a05ef85eb235e5a3292c3c250 -COCOAPODS: 0.36.4 +COCOAPODS: 0.37.2 diff --git a/TransitionKit.podspec b/TransitionKit.podspec index 78eebd3..c9fcd0e 100644 --- a/TransitionKit.podspec +++ b/TransitionKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'TransitionKit' - s.version = '2.2.0' + s.version = '2.2.1' s.license = 'Apache2' s.summary = 'A block-based State Machine API for Objective-C.' s.homepage = 'https://github.com/blakewatters/TransitionKit'