Browse Source

Update version number

Robert Payne 10 years ago
parent
commit
6aadcacdc6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs.md

+ 2 - 2
docs.md

@@ -31,7 +31,7 @@ source 'https://github.com/CocoaPods/Specs.git'
 platform :ios, '8.0'
 use_frameworks!
 
-pod 'SnapKit', '~> 0.11.0'
+pod 'SnapKit', '~> 0.12.0'
 ```
 
 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`:
 
 ```
-github "SnapKit/SnapKit" >= 0.11.0
+github "SnapKit/SnapKit" >= 0.12.0
 ```
 
 ### Embedded Framework