Skip to content

Commit

Permalink
[Update] AdMobHelper (6.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Apr 17, 2013
1 parent 9f057da commit 7f0a40c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions AdMobHelper/6.4.0/AdMobHelper.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "AdMobHelper"
s.version = "6.4.0"
s.summary = "Shortcut function for AdMob."
s.homepage = "https://github.com/youknowone/AdMobHelper"
s.license = 'Public Domain'
s.author = { "Jeong YunWon" => "[email protected]" }
s.source = { :git => "https://github.com/youknowone/AdMobHelper.git", :tag => "6.4.0" }
s.platform = :ios
s.source_files = '*.{h,m}'
s.dependency 'AdMob'
end

0 comments on commit 7f0a40c

Please sign in to comment.