-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from parthgohel2810/bug/fix-tap-issue
Fix tap issue
- Loading branch information
Showing
8 changed files
with
117 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'TopTabBarView' | ||
s.version = '1.0.0' | ||
s.version = '1.0.1' | ||
s.summary = 'Wave animation view for tabs only used for iOS' | ||
s.description = <<-DESC | ||
This CocoaPods library helps you to add wave animation tabs in app and makes your app look fantastic! | ||
|
@@ -9,7 +9,7 @@ DESC | |
s.homepage = 'https://github.com/parthgohel2810/TopTabBarView-Framework.git' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Parth Gohel" => "[email protected]" } | ||
s.source = { :git => 'https://github.com/parthgohel2810/TopTabBarView-Framework.git', :branch => "development", :tag => "#v{s.version}" } | ||
s.source = { :git => 'https://github.com/parthgohel2810/TopTabBarView-Framework.git', :tag => "#v{s.version}" } | ||
s.platform = :ios, "13.0" | ||
s.swift_version = '5.0' | ||
s.ios.deployment_target = '13.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.