From f837a9d6d04e7e526d74127f63449dc1e33ec025 Mon Sep 17 00:00:00 2001 From: marty-suzuki Date: Tue, 7 May 2019 18:46:16 +0900 Subject: [PATCH] update podspec --- Unio.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Unio.podspec b/Unio.podspec index 82e5bf8..3300614 100644 --- a/Unio.podspec +++ b/Unio.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "Unio" - s.version = "0.3.0" + s.version = "0.4.1" s.summary = "KeyPath based Unidirectionarl Input / Output framework with RxSwift." s.homepage = "https://github.com/cats-oss/Unio" s.license = { :type => "MIT", :file => "LICENSE" } @@ -16,7 +16,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "9.0" s.source = { :git => "https://github.com/cats-oss/Unio.git", :tag => "#{s.version}" } s.source_files = "Unio/**/*.{swift}" - s.dependency 'RxSwift', '~> 4.0' - s.dependency 'RxCocoa', '~> 4.0' - s.swift_version = '4.2' + s.dependency 'RxSwift', '~> 5.0' + s.dependency 'RxCocoa', '~> 5.0' + s.swift_version = '5.0' end