From 92dda5afc955a5bb4afd691c829f7e758ed53cf5 Mon Sep 17 00:00:00 2001 From: Pavel Sharanda Date: Tue, 2 Apr 2019 12:29:39 +0300 Subject: [PATCH] Fix cocoapods swift version --- .swift-version | 1 + Jetpack.podspec | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .swift-version diff --git a/.swift-version b/.swift-version new file mode 100644 index 0000000..5186d07 --- /dev/null +++ b/.swift-version @@ -0,0 +1 @@ +4.0 diff --git a/Jetpack.podspec b/Jetpack.podspec index 6510b95..8737486 100644 --- a/Jetpack.podspec +++ b/Jetpack.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Jetpack" - s.version = "4.1.2" + s.version = "4.1.3" s.summary = "Light and bright functional reactive framework" s.description = <<-DESC Minimalistic implementation of rx primitives. Basically observer pattern implementations which helps to easily organize interaction of different components. @@ -13,7 +13,6 @@ Pod::Spec.new do |s| s.osx.deployment_target = "10.10" s.watchos.deployment_target = "2.0" s.tvos.deployment_target = "9.0" - s.swift_version = "4.0" s.source = { :git => "https://github.com/psharanda/Jetpack.git", :tag => s.version.to_s } s.source_files = "Sources/**/*" s.ios.frameworks = 'UIKit', 'Foundation'