File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Just clone and add the following Swift files to your project:
3838- ` nano Podfile ` , add:
3939```
4040use_frameworks!
41- pod 'CollapsibleTableSectionViewController', '~> 0.0.7 '
41+ pod 'CollapsibleTableSectionViewController', '~> 0.0.9 '
4242```
4343- Save it: ` ctrl-x ` , ` y ` , ` enter `
4444- ` pod update `
@@ -48,7 +48,7 @@ pod 'CollapsibleTableSectionViewController', '~> 0.0.7'
4848### Carthage
4949
5050* ` nano Cartfile `
51- * put ` github "jeantimex/CollapsibleTableSectionViewController" ~> 0.0.7 ` into Cartfile
51+ * put ` github "jeantimex/CollapsibleTableSectionViewController" ~> 0.0.9 ` into Cartfile
5252* Save it: ` ctrl-x ` , ` y ` , ` enter `
5353* Run ` carthage update `
5454* Copy ` CollapsibleTableSectionViewController.framework ` from ` Carthage/Build/iOS ` to your project
You can’t perform that action at this time.
0 commit comments