Skip to content

Commit

Permalink
0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockUtility committed Nov 26, 2018
1 parent f41c92d commit 50c8e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SmartAd.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SmartAd'
s.version = '0.1.8'
s.version = '0.1.9'
s.summary = 'SmartAd is an easy-to-use library for Google AdMob and Facebook advertising frameworks.'
s.description = <<-DESC
SmartAd is an easy-to-use library for AdMob and Audience Network advertising frameworks on iOS and Android.
Expand All @@ -18,7 +18,7 @@ SmartAd is an easy-to-use library for AdMob and Audience Network advertising fra
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'ShockUtility' => '[email protected]' }
s.source = { :git => 'https://github.com/ShockUtility/SmartAdForSwift.git', :tag => s.version.to_s }
s.swift_version = '4.0'
s.swift_version = '4.2'
s.ios.deployment_target = '9.0'
s.source_files = 'SmartAd/Classes/**/*'
s.resource_bundles = {
Expand Down

0 comments on commit 50c8e24

Please sign in to comment.