bump readme, added installation section
This commit is contained in:
parent
a413b4f87e
commit
5207867e4c
19
README.md
19
README.md
|
|
@ -7,6 +7,25 @@ Tablet is a super lightweight yet powerful library that handles a complexity of
|
|||
- iOS 8.0+
|
||||
- Xcode 7.0+
|
||||
|
||||
## Installation
|
||||
|
||||
### CocoaPods
|
||||
To integrate Tablet into your Xcode project using CocoaPods, specify it in your `Podfile`:
|
||||
|
||||
```ruby
|
||||
source 'https://github.com/CocoaPods/Specs.git'
|
||||
platform :ios, '8.0'
|
||||
use_frameworks!
|
||||
|
||||
pod 'Tablet'
|
||||
```
|
||||
|
||||
Then, run the following command:
|
||||
|
||||
```bash
|
||||
$ pod install
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### Very basic
|
||||
|
|
|
|||
Loading…
Reference in New Issue