We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e35389 commit c0d3a64Copy full SHA for c0d3a64
Keemun.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Keemun'
3
- s.version = '2.0.0-beta01'
+ s.version = '2.0.0-beta02'
4
s.summary = 'Swift the Elm architecture pattern'
5
s.description = <<-DESC
6
Swift framework that provides a way to write code using The Elm Architecture pattern.
@@ -13,6 +13,6 @@ Pod::Spec.new do |s|
13
14
s.ios.deployment_target = '13.0'
15
16
- s.source_files = 'Sources/KeemunSwift/*.swift'
+ s.source_files = 'Sources/KeemunSwift/**/*.swift'
17
s.swift_versions = ['5.7', '5.8', '5.9']
18
-end
+end
0 commit comments