Skip to content

Commit 13ac8b5

Browse files
Ketan-Simformsimform-solutions
authored andcommitted
podspec version update
1 parent 8b059e7 commit 13ac8b5

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Declration&Constants.swift renamed to SSCustomTabBar/Classes/Declration&Constants.swift

File renamed without changes.

SSCustomTabbar.podspec

Lines changed: 2 additions & 9 deletions
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.1'
11+
s.version = '2.0.2'
1212
s.platform = :ios
1313
s.swift_version = '5.0'
1414
s.summary = 'Simple Animated tabbar with native control.'
@@ -24,22 +24,15 @@ TODO: Add long description of the pod here.
2424
DESC
2525

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

3331
s.ios.deployment_target = '11.0'
3432

35-
#s.source_files = 'SSCustomTabbar/Classes/*.swift'
3633
s.source = { :git => "https://github.com/simformsolutions/SSCustomTabbar.git",:tag => s.version }
3734
s.source_files = 'SSCustomTabbar/Classes/*.swift'
38-
# s.resource_bundles = {
39-
# 'SSCustomTabbar' => ['SSCustomTabbar/Assets/*.png']
40-
# }
4135

4236
# s.public_header_files = 'Pod/Classes/**/*.h'
4337
s.frameworks = 'UIKit'
44-
# s.dependency 'AFNetworking', '~> 2.3'
45-
end
38+
end

0 commit comments

Comments
 (0)