Skip to content

Commit

Permalink
updated podspec and README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaidis committed Sep 5, 2016
1 parent 1199af0 commit 11ae995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FZAccordionTableView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'FZAccordionTableView'
s.version = '0.2.2'
s.source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git', :tag => '0.2.2' }
s.version = '0.2.3'
s.source = { :git => 'https://github.com/fuzz-productions/FZAccordionTableView.git', :tag => '0.2.3' }
s.source_files = 'FZAccordionTableView/*.{h,m}'
s.platform = :ios, '7.0'
s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The module is made to be very easy to use and no modifications are necessary to
## How To Use?
### Steps:
1. Add to Podfile: `pod 'FZAccordionTableView', '~> 0.2.2'`
1. Add to Podfile: `pod 'FZAccordionTableView', '~> 0.2.3'`
2. Subclass your `UITableView` with `FZAccordionTableView`
3. Subclass your `UITableViewHeaderFooterView` with `FZAccordionTableViewHeaderView`
Expand Down

0 comments on commit 11ae995

Please sign in to comment.