mirror of https://github.com/SnapKit/SnapKit
Updated version number
This commit is contained in:
parent
feede53843
commit
29ac3aae08
6
docs.md
6
docs.md
|
@ -31,7 +31,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
||||||
platform :ios, '8.0'
|
platform :ios, '8.0'
|
||||||
use_frameworks!
|
use_frameworks!
|
||||||
|
|
||||||
pod 'SnapKit', '~> 0.10.0'
|
pod 'SnapKit', '~> 0.11.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, run the following command:
|
Then, run the following command:
|
||||||
|
@ -54,7 +54,7 @@ $ brew install carthage
|
||||||
To integrate SnapKit into your Xcode project using Carthage, specify it in your `Cartfile`:
|
To integrate SnapKit into your Xcode project using Carthage, specify it in your `Cartfile`:
|
||||||
|
|
||||||
```
|
```
|
||||||
github "SnapKit/SnapKit" >= 0.10.0
|
github "SnapKit/SnapKit" >= 0.11.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Embedded Framework
|
### Embedded Framework
|
||||||
|
@ -314,4 +314,4 @@ func changeButtonPosition() {
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Example Projects
|
* Example Projects
|
||||||
* Better Debugging Support
|
* Better Debugging Support
|
||||||
|
|
Loading…
Reference in New Issue