Skip to content

Commit 5caaa8a

Browse files
committed
pod spec version update
1 parent 47ab19a commit 5caaa8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SSCustomTabbar.podspec

Lines changed: 2 additions & 1 deletion
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.3'
11+
s.version = '2.0.4'
1212
s.platform = :ios
1313
s.swift_version = '5.0'
1414
s.summary = 'Simple Animated tabbar with native control.'
@@ -32,6 +32,7 @@ TODO: Add long description of the pod here.
3232

3333
s.source = { :git => "https://github.com/simformsolutions/SSCustomTabbar.git",:tag => s.version }
3434
s.source_files = 'SSCustomTabbar/Classes/*.swift'
35+
s.resources = ['SSCustomTabbar/SwiftUI/*.storyboard']
3536

3637
# s.public_header_files = 'Pod/Classes/**/*.h'
3738
s.frameworks = 'UIKit'

0 commit comments

Comments
 (0)