Skip to content

Commit

Permalink
Merge pull request #20 from SimformSolutionsPvtLtd/develop
Browse files Browse the repository at this point in the history
Develop to Main
  • Loading branch information
bhargavbajani-simformsolutions authored Aug 2, 2021
2 parents 7e7c549 + 3bb9b99 commit e2b8ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SSSwiftUISpinnerButton is an open-source library in SwiftUI to add different spi
- When using Xcode 11 or later, you can install `SSSwiftUISpinnerButton` by going to your Project settings > `Swift Packages` and add the repository by providing the GitHub URL. Alternatively, you can go to `File` > `Swift Packages` > `Add Package Dependencies...`

dependencies: [
.package(url: "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton.git", from: "0.0.3")
.package(url: "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton.git", from: "1.0.0")
]

# Usage Examples
Expand Down
2 changes: 1 addition & 1 deletion SSSwiftUISpinnerButton.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |spec|

spec.name = "SSSwiftUISpinnerButton"
spec.version = "0.0.3"
spec.version = "1.0.0"
spec.summary = "Button with different spinner animation styles."
spec.description = "SpinnerButton is a custom button with different spinner animation styles."
spec.homepage = "https://github.com/mobile-simformsolutions/SSSwiftUISpinnerButton"
Expand Down

0 comments on commit e2b8ccd

Please sign in to comment.