File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11PODS:
2- - StaticTableViewController (0.2 )
2+ - StaticTableViewController (1.0.0 )
33
44DEPENDENCIES:
55 - StaticTableViewController (from `./`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99 :path: "./"
1010
1111SPEC CHECKSUMS:
12- StaticTableViewController: 1a9f58b6667f4d18753ac597f16f339820675111
12+ StaticTableViewController: b98eda5169c69ee14ed10f0bf462b6001a89613a
1313
1414PODFILE CHECKSUM: b87f909462710db4c678c5c56a4e6af55a5e5287
1515
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'StaticTableViewController'
3- s . version = '0.2 '
4- s . platform = :ios , '8.0'
3+ s . version = '1.0.0 '
4+ s . platform = :ios , '8.0'
55 s . summary = 'Enabling animated hide/show of static cells for UITableView.'
66 s . license = 'MIT'
77 s . homepage = 'https://github.com/muyexi/StaticTableViewController'
88 s . author = { 'muyexi' => 'muyexi@gmail.com' }
99 s . source = { :git => 'https://github.com/muyexi/StaticTableViewController.git' , :tag => s . version }
1010 s . source_files = 'Source/*.swift'
11+ s . swift_version = '4.2'
1112end
You can’t perform that action at this time.
0 commit comments