We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab772b commit f2f13caCopy full SHA for f2f13ca
README.md
@@ -18,7 +18,7 @@ CaseContainer requires iOS 9 or above and is written in Swift 4.2
18
CaseContainer is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your podfile:
19
20
```ruby
21
-pod 'CaseContainer', '~> 0.5.0'
+pod 'CaseContainer', '~> 0.5.1'
22
```
23
24
And run `pod install`.
@@ -34,7 +34,7 @@ $ brew install carthage
34
add CaseContainer to your `Cartfile`:
35
36
```ogdl
37
-github "devminjun/CaseContainer" ~> 0.5.0
+github "devminjun/CaseContainer" ~> 0.5.1
38
39
40
And run `carthage update`.
0 commit comments