From 696f865989b346de621373959de6c52051b73fca Mon Sep 17 00:00:00 2001 From: Yoichi Tagaya Date: Mon, 28 Aug 2017 08:42:09 +0900 Subject: [PATCH 1/2] Update depending Swinject version to ~> 2.1 --- Cartfile | 2 +- Cartfile.resolved | 2 +- SwinjectStoryboard.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index 5dec7e5..f723a3f 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "Swinject/Swinject" ~> 2.0 +github "Swinject/Swinject" ~> 2.1 diff --git a/Cartfile.resolved b/Cartfile.resolved index 9a803c0..78e7565 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,3 +1,3 @@ github "Quick/Nimble" "v6.1.0" github "Quick/Quick" "v1.1.0" -github "Swinject/Swinject" "2.1.0" +github "Swinject/Swinject" "2.1.1" diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index 8f052a4..aac8e37 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -17,6 +17,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.tvos.deployment_target = '9.0' - s.dependency 'Swinject', '~> 2.0' + s.dependency 'Swinject', '~> 2.1' s.requires_arc = true end From 208ece8d3bbe3e29eb725b804a0347730347b2a9 Mon Sep 17 00:00:00 2001 From: Yoichi Tagaya Date: Mon, 28 Aug 2017 08:43:16 +0900 Subject: [PATCH 2/2] Update the version number to 1.1.2. --- Sources/Info.plist | 2 +- SwinjectStoryboard.podspec | 2 +- Tests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/Info.plist b/Sources/Info.plist index 52f1f8f..40d6204 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index aac8e37..4de55c6 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "Swinject extension for automatic dependency injection via Storyboard" s.description = <<-DESC SwinjectStoryboard is an extension of Swinject to automatically inject dependency to view controllers instantiated by a storyboard. diff --git a/Tests/Info.plist b/Tests/Info.plist index f124e5a..d5f492a 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.1.1 + 1.1.2 CFBundleSignature ???? CFBundleVersion