Skip to content

Commit

Permalink
Bump podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
CodaFi committed Nov 15, 2017
1 parent 140f151 commit 9a3bfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 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
4 changes: 2 additions & 2 deletions Swiftx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Swiftx"
s.version = "0.5.2"
s.version = "0.6.0"
s.summary = "Functional data types and functions for any project."
s.homepage = "https://github.com/typelift/Swiftx"
s.license = { :type => "MIT", :text => <<-LICENSE
Expand Down Expand Up @@ -36,6 +36,6 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.1"
s.watchos.deployment_target = "2.1"
s.source = { :git => "https://github.com/typelift/Swiftx.git", :tag => "#{s.version}", :submodules => true }
s.source_files = "Swiftx/Sources/*.swift", "Carthage/Checkouts/Operadics/Operators.swift"
s.source_files = "Sources/Swiftx/*.swift", "Carthage/Checkouts/Operadics/Sources/Operadics/Operators.swift"
end

0 comments on commit 9a3bfe3

Please sign in to comment.