Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Apr 13, 2018
1 parent 235d334 commit 61eaa6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,22 @@ $ sudo apt-get install pkg-config


### Swift 3.0
For now, please use the `feature/v3.0.0` branch.

##### CocoaPods
**:warning: CocoaPods (`1.1.0 or later`) is required.**

Adding it to your `Podfile`:
```ruby
use_frameworks!
pod 'Kanna', '~> 2.1.0'
pod 'Kanna', :git => 'https://github.com/tid-kijyun/Kanna', :branch => 'feature/v3.0.0'
```

##### Carthage
Adding it to your `Cartfile`:

```ogdl
github "tid-kijyun/Kanna" ~> 2.1.0
github "tid-kijyun/Kanna" "feature/v3.0.0"
```

1. In the project settings add `$(SDKROOT)/usr/include/libxml2` to the "header search paths" field
Expand Down

0 comments on commit 61eaa6e

Please sign in to comment.