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 26cef8d commit 154ce99Copy full SHA for 154ce99
SwipeableTabBarController.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'SwipeableTabBarController'
3
- s.version = '3.3.0'
+ s.version = '3.3.1'
4
s.summary = 'A UITabBarController where you can swipe interactively between tabs.'
5
6
s.description = "Subclass of UITabBarController that adds a swipe recognizer to the lowest UIViewController so you can interactively change tabs."
fastlane/Fastfile
@@ -30,8 +30,6 @@ platform :ios do
30
podspec_name = "SwipeableTabBarController.podspec"
31
version = version_bump_podspec(path: podspec_name,
32
bump_type: type)
33
- increment_version_number(version_number: version)
34
- #cocoapods
35
git_add
36
git_commit(path: ".",
37
message: "#{version} release")
0 commit comments