Skip to content

Commit fe36b54

Browse files
committed
feat(podspec): update version
1 parent c8dc833 commit fe36b54

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- StaticTableViewController (0.2)
2+
- StaticTableViewController (1.0.0)
33

44
DEPENDENCIES:
55
- StaticTableViewController (from `./`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: "./"
1010

1111
SPEC CHECKSUMS:
12-
StaticTableViewController: 1a9f58b6667f4d18753ac597f16f339820675111
12+
StaticTableViewController: b98eda5169c69ee14ed10f0bf462b6001a89613a
1313

1414
PODFILE CHECKSUM: b87f909462710db4c678c5c56a4e6af55a5e5287
1515

StaticTableViewController.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Pod::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'
1112
end

0 commit comments

Comments
 (0)