Skip to content

Commit

Permalink
feat(podspec): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
muyexi committed Nov 8, 2018
1 parent c8dc833 commit fe36b54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- StaticTableViewController (0.2)
- StaticTableViewController (1.0.0)

DEPENDENCIES:
- StaticTableViewController (from `./`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
StaticTableViewController: 1a9f58b6667f4d18753ac597f16f339820675111
StaticTableViewController: b98eda5169c69ee14ed10f0bf462b6001a89613a

PODFILE CHECKSUM: b87f909462710db4c678c5c56a4e6af55a5e5287

Expand Down
5 changes: 3 additions & 2 deletions StaticTableViewController.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
s.source = { :git => 'https://github.com/muyexi/StaticTableViewController.git', :tag => s.version }
s.source_files = 'Source/*.swift'
s.swift_version = '4.2'
end

0 comments on commit fe36b54

Please sign in to comment.