|
|
@@ -83,7 +83,7 @@ $ brew install carthage
|
|
|
To integrate Kingfisher into your Xcode project using Carthage, specify it in your `Cartfile`:
|
|
|
|
|
|
``` ogdl
|
|
|
-github "onevcat/Kingfisher" >= 1.8
|
|
|
+github "onevcat/Kingfisher" ~> 1.8
|
|
|
```
|
|
|
|
|
|
Then, run the following command to build the Kingfisher framework:
|
|
|
@@ -290,4 +290,4 @@ Follow and contact me on [Twitter](http://twitter.com/onevcat) or [Sina Weibo](h
|
|
|
|
|
|
## License
|
|
|
|
|
|
-Kingfisher is released under the MIT license. See LICENSE for details.
|
|
|
+Kingfisher is released under the MIT license. See LICENSE for details.
|