Skip to content

Commit 5bae665

Browse files
authored
Merge pull request #184 from gmarzloff/master
Added swift_version property to podspec
2 parents 17badd3 + 657d463 commit 5bae665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NotificationBannerSwift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ NotificationBanner is an extremely customizable and lightweight library that mak
1212
s.license = { :type => 'MIT', :file => 'LICENSE' }
1313
s.author = { 'Daltron' => 'daltonhint4@gmail.com' }
1414
s.source = { :git => 'https://github.com/Daltron/NotificationBanner.git', :tag => s.version.to_s }
15-
15+
1616
s.ios.deployment_target = '9.0'
17-
17+
s.swift_version = '4.2'
1818
s.source_files = 'NotificationBanner/Classes/**/*'
1919

2020
s.dependency 'SnapKit', '~> 4.2.0'

0 commit comments

Comments
 (0)