Skip to content

Commit

Permalink
Update README and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtaiki committed Dec 22, 2023
1 parent d855c80 commit eb8c890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
[![License](https://img.shields.io/cocoapods/l/Refreshable.svg?style=flat)](http://cocoapods.org/pods/Refreshable)
[![Platform](https://img.shields.io/cocoapods/p/Refreshable.svg?style=flat)](http://cocoapods.org/pods/Refreshable)
![Language](https://img.shields.io/badge/Language-%20swift%20%20-blue.svg)
[![Build Status](https://travis-ci.org/hoangtaiki/Refreshable.svg)](https://travis-ci.org/hoangtaiki/Refreshable)

Refreshable is a component that give pull to refresh and load more (infinite scrolling) feature for UIScrollView. By extension to UIScrollView, you can easily add features for any subclass of UIScrollView. Refreshable is developed to you can easily customize its UI style.

## Requirements

- Xcode 9 or later
- iOS 9.0 or later
- ARC
- Swift 4.0 or later
- Xcode 12 or later
- iOS 13.0 or later
- Swift 5.0 or later

## Features

Expand All @@ -27,7 +25,7 @@ Refreshable is a component that give pull to refresh and load more (infinite scr
Install with [CocoaPods](http://cocoapods.org) by adding the following to your `Podfile`:

```
platform :ios, '9.0'
platform :ios, '13.0'
use_frameworks!
pod 'Refreshable'
```
Expand All @@ -38,7 +36,7 @@ Install with [Swift Package Manager](https://github.com/apple/swift-package-mana

```swift
dependencies: [
.package(url: "https://github.com/hoangtaiki/Refreshable", from: "1.0.0"),
.package(url: "https://github.com/hoangtaiki/Refreshable", from: "1.3.0"),
],
```

Expand Down
2 changes: 1 addition & 1 deletion Refreshable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Refreshable'
s.version = '1.2.0'
s.version = '1.3.0'
s.license = 'MIT'
s.summary = 'Pull to refresh and load more function for UIScrollView'

Expand Down

0 comments on commit eb8c890

Please sign in to comment.