File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FZAccordionTableView'
3
- s . version = '0.1.1 '
4
- s . source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git' , :tag => '0.1.1 ' }
3
+ s . version = '0.1.2 '
4
+ s . source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git' , :tag => '0.1.2 ' }
5
5
s . source_files = 'FZAccordionTableView/*.{h,m}'
6
6
s . platform = :ios , '7.0'
7
7
s . requires_arc = true
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The module is made to be very easy to use and no modifications are necessary to
45
45
## How To Use?
46
46
### Steps:
47
47
48
- 1 . Add to Podfile: ` pod 'FZAccordionTableView', '~> 0.1.1 ' `
48
+ 1 . Add to Podfile: ` pod 'FZAccordionTableView', '~> 0.1.2 ' `
49
49
2 . Subclass your ` UITableView ` with ` FZAccordionTableView `
50
50
3 . Subclass your ` UITableViewHeaderFooterView ` with ` FZAccordionTableViewHeaderView `
51
51
You can’t perform that action at this time.
0 commit comments