Skip to content

Commit

Permalink
Update AKGADWrapper.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
numen31337 committed Dec 15, 2017
1 parent b98600f commit fc3de2d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AKGADWrapper.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |s|
s.name = "AKGADWrapper"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "UIViewController wrapper with the AdMob"
s.description = "A wrapper for a UIViewController with a GADBannerView at the bottom and autolayout support"
s.homepage = "https://github.com/numen31337/AKGADWrapper"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Oleksandr Kirichenko" => "numen31337@gmail.com" }
s.social_media_url = "https://www.facebook.com/AleksandrKirichenko"
s.platform = :ios
s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/numen31337/AKGADWrapper.git", :tag => "#{s.version}" }
s.source_files = "AKGADWrapper/*.{h,m}"
s.framework = "UIKit"
Expand Down

0 comments on commit fc3de2d

Please sign in to comment.