Skip to content

Commit 07dd557

Browse files
author
Richard Puckett
committed
Rev to 0.3.2
1 parent 95dd798 commit 07dd557

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CXTabView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = "CXTabView"
3-
s.version = "0.3.1"
3+
s.version = "0.3.2"
44
s.summary = "A light-weight component for switching between two modes."
55
s.homepage = "https://github.com/concurlabs/CXTabView"
6-
s.license = "Apache 2"
6+
s.license = "MIT"
77
s.authors = { "Richard Puckett" => "[email protected]" }
88
s.source = { :git => 'https://github.com/concurlabs/CXTabView.git', :tag => s.version }
99
s.ios.deployment_target = "7.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A very-specific light-weight component for toggling between a start date and end
1111
#### Podfile
1212
```ruby
1313
platform :ios, '7.0'
14-
pod 'CXTabView', "~> 0.3.1"
14+
pod 'CXTabView', "~> 0.3.2"
1515
```
1616

1717
## Collaboration

0 commit comments

Comments
 (0)