Skip to content

Commit

Permalink
Merge pull request #20 from Vkt0r/fix-parent-issue
Browse files Browse the repository at this point in the history
Fix parent selection cell issue
  • Loading branch information
Vkt0r authored Dec 9, 2016
2 parents 6c98bc3 + b5034f1 commit ba5514a
Show file tree
Hide file tree
Showing 68 changed files with 1,798 additions and 1,508 deletions.
4 changes: 2 additions & 2 deletions AccordionMenuSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AccordionMenuSwift'
s.version = '1.2.5'
s.version = '1.2.6'
s.summary = 'An Accordion Menu using an UITableView in Swift.'

# This description is used to generate tags and improve search results.
Expand All @@ -30,7 +30,7 @@ The best way of implement an accordion menu using an UITableView in Swift

s.ios.deployment_target = '8.0'

s.source_files = 'AccordionMenuSwift/Classes/**/*'
s.source_files = 'AccordionMenuSwift/Source/**/*'

# s.resource_bundles = {
# 'AccordionMenuSwift' => ['AccordionMenuSwift/Assets/*.png']
Expand Down
Loading

0 comments on commit ba5514a

Please sign in to comment.