Skip to content

Commit

Permalink
pod spec version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan-Simform committed Jan 27, 2020
1 parent 47ab19a commit 5caaa8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SSCustomTabbar.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SSCustomTabbar'
s.version = '2.0.3'
s.version = '2.0.4'
s.platform = :ios
s.swift_version = '5.0'
s.summary = 'Simple Animated tabbar with native control.'
Expand All @@ -32,6 +32,7 @@ TODO: Add long description of the pod here.

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

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
Expand Down

0 comments on commit 5caaa8a

Please sign in to comment.