Skip to content

Commit 50c8e24

Browse files
committed
0.1.9
1 parent f41c92d commit 50c8e24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SmartAd.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SmartAd'
11-
s.version = '0.1.8'
11+
s.version = '0.1.9'
1212
s.summary = 'SmartAd is an easy-to-use library for Google AdMob and Facebook advertising frameworks.'
1313
s.description = <<-DESC
1414
SmartAd is an easy-to-use library for AdMob and Audience Network advertising frameworks on iOS and Android.
@@ -18,7 +18,7 @@ SmartAd is an easy-to-use library for AdMob and Audience Network advertising fra
1818
s.license = { :type => 'MIT', :file => 'LICENSE' }
1919
s.author = { 'ShockUtility' => 'shock@docs.kr' }
2020
s.source = { :git => 'https://github.com/ShockUtility/SmartAdForSwift.git', :tag => s.version.to_s }
21-
s.swift_version = '4.0'
21+
s.swift_version = '4.2'
2222
s.ios.deployment_target = '9.0'
2323
s.source_files = 'SmartAd/Classes/**/*'
2424
s.resource_bundles = {

0 commit comments

Comments
 (0)