Skip to content

Commit c0d3a64

Browse files
committed
fix podspec
1 parent 8e35389 commit c0d3a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Keemun.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Keemun'
3-
s.version = '2.0.0-beta01'
3+
s.version = '2.0.0-beta02'
44
s.summary = 'Swift the Elm architecture pattern'
55
s.description = <<-DESC
66
Swift framework that provides a way to write code using The Elm Architecture pattern.
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
1313

1414
s.ios.deployment_target = '13.0'
1515

16-
s.source_files = 'Sources/KeemunSwift/*.swift'
16+
s.source_files = 'Sources/KeemunSwift/**/*.swift'
1717
s.swift_versions = ['5.7', '5.8', '5.9']
18-
end
18+
end

0 commit comments

Comments
 (0)