Skip to content

Commit 60d222e

Browse files
committed
update README.md
1 parent 06a8075 commit 60d222e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,26 @@ class ComplexLayoutViewController: BaseViewController {
311311
}
312312
```
313313

314+
## Installation
315+
316+
ListKit only support Swift Package Manager.
317+
318+
```swift
319+
dependencies: [
320+
.package(url: "https://github.com/ReactComponentKit/ListKit.git", from: "1.0.0"),
321+
]
322+
```
323+
324+
## Requirements
325+
326+
- Swift 5.4+
327+
- ListKit uses @resultBuilder which is available after Swift 5.4.
328+
- Xcode 12.+
329+
330+
## Inspired by and Respect
331+
332+
- [Carbon](https://github.com/ra1028/Carbon)
333+
- Carbon is the awesome library for building user interfaces in UITableView and UICollectionView. It provides declarative and component-based way to buiild UI much like SwiftUI. I learned many thing from Carbon to make ListKt. I want to give huge thanks to Carbon.
314334

315335
## API reference
316336

0 commit comments

Comments
 (0)