Skip to content

Commit 8f09aa8

Browse files
committed
Updated podspec and README for version 0.2.2
1 parent c896f55 commit 8f09aa8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

FZAccordionTableView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'FZAccordionTableView'
3-
s.version = '0.2.1'
4-
s.source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git', :tag => '0.2.1' }
3+
s.version = '0.2.2'
4+
s.source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git', :tag => '0.2.2' }
55
s.source_files = 'FZAccordionTableView/*.{h,m}'
66
s.platform = :ios, '7.0'
77
s.requires_arc = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The module is made to be very easy to use and no modifications are necessary to
4646
## How To Use?
4747
### Steps:
4848
49-
1. Add to Podfile: `pod 'FZAccordionTableView', '~> 0.2.1'`
49+
1. Add to Podfile: `pod 'FZAccordionTableView', '~> 0.2.2'`
5050
2. Subclass your `UITableView` with `FZAccordionTableView`
5151
3. Subclass your `UITableViewHeaderFooterView` with `FZAccordionTableViewHeaderView`
5252

0 commit comments

Comments
 (0)