update readme
This commit is contained in:
parent
c352099fa2
commit
1e018523bb
|
|
@ -101,7 +101,7 @@ section.append(builder: builder)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### CocoaPods
|
#### CocoaPods
|
||||||
To integrate TableKit into your Xcode project using CocoaPods, specify it in your `Podfile`:
|
To integrate TableKit into your Xcode project using CocoaPods, specify it in your `Podfile`:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
|
|
@ -111,6 +111,8 @@ use_frameworks!
|
||||||
|
|
||||||
pod 'TableKit'
|
pod 'TableKit'
|
||||||
```
|
```
|
||||||
|
#### Carthage
|
||||||
|
Add the line `github "johnsundell/unbox"` to your `Cartfile`
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue