diff --git a/Podfile.lock b/Podfile.lock index cf8a0e9..d955c4c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - StaticTableViewController (0.2) + - StaticTableViewController (1.0.0) DEPENDENCIES: - StaticTableViewController (from `./`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "./" SPEC CHECKSUMS: - StaticTableViewController: 1a9f58b6667f4d18753ac597f16f339820675111 + StaticTableViewController: b98eda5169c69ee14ed10f0bf462b6001a89613a PODFILE CHECKSUM: b87f909462710db4c678c5c56a4e6af55a5e5287 diff --git a/StaticTableViewController.podspec b/StaticTableViewController.podspec index 05620bd..723bb32 100644 --- a/StaticTableViewController.podspec +++ b/StaticTableViewController.podspec @@ -1,11 +1,12 @@ Pod::Spec.new do |s| s.name = 'StaticTableViewController' - s.version = '0.2' - s.platform = :ios, '8.0' + s.version = '1.0.0' + s.platform = :ios, '8.0' s.summary = 'Enabling animated hide/show of static cells for UITableView.' s.license = 'MIT' s.homepage = 'https://github.com/muyexi/StaticTableViewController' s.author = { 'muyexi' => 'muyexi@gmail.com' } s.source = { :git => 'https://github.com/muyexi/StaticTableViewController.git', :tag => s.version } s.source_files = 'Source/*.swift' + s.swift_version = '4.2' end