We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d83fdb commit be51efeCopy full SHA for be51efe
1 file changed
SemiModalViewController.podspec
@@ -1,11 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = 'SemiModalViewController'
3
- s.version = '0.4'
+ s.version = '0.5'
4
s.platform = :ios, '8.0'
5
s.summary = 'Present view / view controller as bottom-half modal'
6
s.license = 'MIT'
7
s.homepage = 'https://github.com/muyexi/SemiModalViewController'
8
s.author = { 'muyexi' => 'muyexi@gmail.com' }
9
s.source = { :git => 'https://github.com/muyexi/SemiModalViewController.git', :tag => s.version }
10
s.source_files = 'Source/*.swift'
11
+ s.swift_version = '4.2'
12
end
0 commit comments