Skip to content

Commit 7f6175f

Browse files
committed
pod spec update
1 parent 5caaa8a commit 7f6175f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SSCustomTabbar.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SSCustomTabbar'
11-
s.version = '2.0.4'
11+
s.version = '2.0.5'
1212
s.platform = :ios
1313
s.swift_version = '5.0'
1414
s.summary = 'Simple Animated tabbar with native control.'
@@ -35,5 +35,5 @@ s.source_files = 'SSCustomTabbar/Classes/*.swift'
3535
s.resources = ['SSCustomTabbar/SwiftUI/*.storyboard']
3636

3737
# s.public_header_files = 'Pod/Classes/**/*.h'
38-
s.frameworks = 'UIKit'
39-
end
38+
s.frameworks = ['UIKit', 'SwiftUI']
39+
end

0 commit comments

Comments
 (0)