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. diff --git a/README.md b/README.md index b37dbf0..2162c35 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+ @@ -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") ] ``` @@ -95,6 +95,12 @@ Run `carthage` to build and drag the `SSCustomPullToRefresh`(Sources/SSCustomPul 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. + # Inspired - SSCustomPullToRefresh(SineWaveAnimationView) inspired from [WaveAnimationView](https://github.com/noa4021J/WaveAnimationView) @@ -118,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]: 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."