File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88
99Pod ::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
1414SmartAd 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 = {
You can’t perform that action at this time.
0 commit comments