Skip to content

Commit

Permalink
pod spec update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan-Simform committed Jan 27, 2020
1 parent 5caaa8a commit 7f6175f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.4'
s.version = '2.0.5'
s.platform = :ios
s.swift_version = '5.0'
s.summary = 'Simple Animated tabbar with native control.'
Expand All @@ -35,5 +35,5 @@ s.source_files = 'SSCustomTabbar/Classes/*.swift'
s.resources = ['SSCustomTabbar/SwiftUI/*.storyboard']

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
end
s.frameworks = ['UIKit', 'SwiftUI']
end

0 comments on commit 7f6175f

Please sign in to comment.