Files
JBChartView/AdMobHelper/6.3.0/AdMobHelper.podspec
T
2013-03-12 02:42:09 +09:00

13 lines
481 B
Ruby

Pod::Spec.new do |s|
s.name = "AdMobHelper"
s.version = "6.3.0"
s.summary = "Shortcut function for AdMob."
s.homepage = "https://github.com/youknowone/AdMobHelper"
s.license = 'Public Domain'
s.author = { "Jeong YunWon" => "jeong@youknowone.org" }
s.source = { :git => "https://github.com/youknowone/AdMobHelper.git", :tag => "6.3.0" }
s.platform = :ios
s.source_files = '*.{h,m}'
s.dependency 'AdMob', '~> 6.3.0'
end