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 11Pod ::Spec . new do |s |
22 s . name = 'FZAccordionTableView'
3- s . version = '0.2.2 '
4- s . source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git' , :tag => '0.2.2 ' }
3+ s . version = '0.2.3 '
4+ s . source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git' , :tag => '0.2.3 ' }
55 s . source_files = 'FZAccordionTableView/*.{h,m}'
66 s . platform = :ios , '7.0'
77 s . requires_arc = true
Original file line number Diff line number Diff 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.2 '`
49+ 1. Add to Podfile: `pod 'FZAccordionTableView', '~> 0.2.3 '`
50502. Subclass your `UITableView` with `FZAccordionTableView`
51513. Subclass your `UITableViewHeaderFooterView` with `FZAccordionTableViewHeaderView`
5252
You can’t perform that action at this time.
0 commit comments