Skip to content

Commit

Permalink
podspec version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan-Simform authored and simform-solutions committed Dec 26, 2019
1 parent 8b059e7 commit 13ac8b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
8 changes: 4 additions & 4 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
11 changes: 2 additions & 9 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.1'
s.version = '2.0.2'
s.platform = :ios
s.swift_version = '5.0'
s.summary = 'Simple Animated tabbar with native control.'
Expand All @@ -24,22 +24,15 @@ TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/simformsolutions/SSCustomTabbar'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Sumit Goswami' => '[email protected]' }
s.source = { :git => 'https://github.com/simformsolutions/SSCustomTabbar.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '11.0'

#s.source_files = 'SSCustomTabbar/Classes/*.swift'
s.source = { :git => "https://github.com/simformsolutions/SSCustomTabbar.git",:tag => s.version }
s.source_files = 'SSCustomTabbar/Classes/*.swift'
# s.resource_bundles = {
# 'SSCustomTabbar' => ['SSCustomTabbar/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
s.frameworks = 'UIKit'
# s.dependency 'AFNetworking', '~> 2.3'
end
end

0 comments on commit 13ac8b5

Please sign in to comment.