We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b5a6e commit d9b9416Copy full SHA for d9b9416
CXTabView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CXTabView"
3
- s.version = "0.3.0"
+ s.version = "0.3.1"
4
s.summary = "A light-weight component for switching between two modes."
5
s.homepage = "https://github.com/concurlabs/CXTabView"
6
s.license = "Apache 2"
README.md
@@ -11,7 +11,7 @@ A very-specific light-weight component for toggling between a start date and end
11
#### Podfile
12
```ruby
13
platform :ios, '7.0'
14
-pod 'CXTabView', "~> 0.3.0"
+pod 'CXTabView', "~> 0.3.1"
15
```
16
17
## Collaboration
0 commit comments