From df6b6e8865dca20f741cf28abba4efe5fcadff3a Mon Sep 17 00:00:00 2001 From: mansivsimform <75367733+mansivsimform@users.noreply.github.com> Date: Thu, 15 Apr 2021 16:09:13 +0530 Subject: [PATCH 1/5] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b37dbf0..b3f6731 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ SSCustomPullToRefresh is an open-source library that uses UIKit to add an animat #### Animation Type | Spinner Animation | Pulse Animation | Wave Animation | Wave Animation | | :--: | :-----: | :--: | :--: | -| ![Alt text](https://github.com/mobile-simformsolutions/SSCustomPullToRefresh/blob/feature/ProjectSetup/spinnerAnimation.gif?raw=true) | ![Alt text](https://github.com/mobile-simformsolutions/SSCustomPullToRefresh/blob/feature/ProjectSetup/pulseAnimation.gif?raw=true) | ![Alt text](https://github.com/mobile-simformsolutions/SSCustomPullToRefresh/blob/feature/ProjectSetup/waveAnimation.gif?raw=true) | ![Alt text](https://github.com/mobile-simformsolutions/SSCustomPullToRefresh/blob/feature/ProjectSetup/waveSingleColor.gif?raw=true) +| ![Alt text](https://github.com/SimformSolutionsPvtLtd/SSCustomPullToRefresh/blob/master/spinnerAnimation.gif?raw=true) | ![Alt text](https://github.com/SimformSolutionsPvtLtd/SSCustomPullToRefresh/blob/master/pulseAnimation.gif?raw=true) | ![Alt text](https://github.com/SimformSolutionsPvtLtd/SSCustomPullToRefresh/blob/master/waveAnimation.gif?raw=true) | ![Alt text](https://github.com/SimformSolutionsPvtLtd/SSCustomPullToRefresh/blob/master/waveSingleColor.gif?raw=true) # Requirements - iOS 10.0+ From 52cfb87f2099432d3d94dd15a36b217b97b0fc47 Mon Sep 17 00:00:00 2001 From: mansivsimform <75367733+mansivsimform@users.noreply.github.com> Date: Thu, 15 Apr 2021 16:46:51 +0530 Subject: [PATCH 2/5] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..64dc86f --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 Simform Solutions + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 7b293ea90b81745b76b2877d3887e1e6740d08f4 Mon Sep 17 00:00:00 2001 From: mansivsimform <75367733+mansivsimform@users.noreply.github.com> Date: Thu, 15 Apr 2021 16:49:45 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b3f6731..0fd094c 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,9 @@ Run `carthage` to build and drag the `SSCustomPullToRefresh`(Sources/SSCustomPul func startRefresh() { } func endRefresh() { } } + +# License +- SSCustomPullToRefresh is available under the MIT license. See the LICENSE file for more info. # Inspired - SSCustomPullToRefresh(SineWaveAnimationView) inspired from [WaveAnimationView](https://github.com/noa4021J/WaveAnimationView) From 4083d369a1f64ce72cd97913dd8952fb4a873908 Mon Sep 17 00:00:00 2001 From: Mansi Vadodaria Date: Thu, 15 Apr 2021 17:23:56 +0530 Subject: [PATCH 4/5] readme podspec updated --- README.md | 2 +- SSCustomPullToRefresh.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fd094c..40f3f7e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ SSCustomPullToRefresh is an open-source library that uses UIKit to add an animat - When using Xcode 11 or later, you can install `SSCustomPullToRefresh` 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...` ```swift dependencies: [ - .package(url: "https://github.com/mobile-simformsolutions/SSCustomPullToRefresh.git", from: "1.0.0") + .package(url: "https://github.com/mobile-simformsolutions/SSCustomPullToRefresh.git", from: "1.0.1") ] ``` diff --git a/SSCustomPullToRefresh.podspec b/SSCustomPullToRefresh.podspec index e2285ba..030c8ed 100755 --- a/SSCustomPullToRefresh.podspec +++ b/SSCustomPullToRefresh.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "SSCustomPullToRefresh" - s.version = "1.0.0" + s.version = "1.0.1" s.summary = "SSCustomPullToRefresh is an open-source library that uses UIKit to add an animation to the pull to refresh view in a UITableView and UICollectionView." From f3d0d633d72748d77c6d228ec7d20b494308ff4a Mon Sep 17 00:00:00 2001 From: bhargavbajani-simformsolutions <63727314+bhargavbajani-simformsolutions@users.noreply.github.com> Date: Fri, 25 Jun 2021 19:48:11 +0530 Subject: [PATCH 5/5] Update Readme Added Android library link --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f3f7e..2162c35 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,10 @@ Run `carthage` to build and drag the `SSCustomPullToRefresh`(Sources/SSCustomPul func startRefresh() { } func endRefresh() { } } - + +# Android Library: +* Check our android Library also - [SSPullToRefresh][SSPullToRefresh] + # License - SSCustomPullToRefresh is available under the MIT license. See the LICENSE file for more info. @@ -121,3 +124,4 @@ Run `carthage` to build and drag the `SSCustomPullToRefresh`(Sources/SSCustomPul [cocoa-url]:https://img.shields.io/cocoapods/v/LFAlertController.svg [PR-image]:https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square [PR-url]:http://makeapullrequest.com +[SSPullToRefresh]: