Skip to content

Commit

Permalink
Fix cocoapods swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Sharanda committed Apr 2, 2019
1 parent 91cb67c commit 92dda5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
3 changes: 1 addition & 2 deletions Jetpack.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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'
Expand Down

0 comments on commit 92dda5a

Please sign in to comment.