Skip to content

Commit be51efe

Browse files
committed
feat(podspec): update version
1 parent 7d83fdb commit be51efe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SemiModalViewController.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = 'SemiModalViewController'
3-
s.version = '0.4'
3+
s.version = '0.5'
44
s.platform = :ios, '8.0'
55
s.summary = 'Present view / view controller as bottom-half modal'
66
s.license = 'MIT'
77
s.homepage = 'https://github.com/muyexi/SemiModalViewController'
88
s.author = { 'muyexi' => 'muyexi@gmail.com' }
99
s.source = { :git => 'https://github.com/muyexi/SemiModalViewController.git', :tag => s.version }
1010
s.source_files = 'Source/*.swift'
11+
s.swift_version = '4.2'
1112
end

0 commit comments

Comments
 (0)