We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ab19a commit 5caaa8aCopy full SHA for 5caaa8a
SSCustomTabbar.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'SSCustomTabbar'
11
- s.version = '2.0.3'
+ s.version = '2.0.4'
12
s.platform = :ios
13
s.swift_version = '5.0'
14
s.summary = 'Simple Animated tabbar with native control.'
@@ -32,6 +32,7 @@ TODO: Add long description of the pod here.
32
33
s.source = { :git => "https://github.com/simformsolutions/SSCustomTabbar.git",:tag => s.version }
34
s.source_files = 'SSCustomTabbar/Classes/*.swift'
35
+s.resources = ['SSCustomTabbar/SwiftUI/*.storyboard']
36
37
# s.public_header_files = 'Pod/Classes/**/*.h'
38
s.frameworks = 'UIKit'
0 commit comments