Skip to content

Commit 9a3bfe3

Browse files
committed
Bump podspec version
1 parent 140f151 commit 9a3bfe3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.swift-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0

Swiftx.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Swiftx"
3-
s.version = "0.5.2"
3+
s.version = "0.6.0"
44
s.summary = "Functional data types and functions for any project."
55
s.homepage = "https://github.com/typelift/Swiftx"
66
s.license = { :type => "MIT", :text => <<-LICENSE
@@ -36,6 +36,6 @@ Pod::Spec.new do |s|
3636
s.tvos.deployment_target = "9.1"
3737
s.watchos.deployment_target = "2.1"
3838
s.source = { :git => "https://github.com/typelift/Swiftx.git", :tag => "#{s.version}", :submodules => true }
39-
s.source_files = "Swiftx/Sources/*.swift", "Carthage/Checkouts/Operadics/Operators.swift"
39+
s.source_files = "Sources/Swiftx/*.swift", "Carthage/Checkouts/Operadics/Sources/Operadics/Operators.swift"
4040
end
4141

0 commit comments

Comments
 (0)