Files
JBChartView/Appirater/0.0.2/Appirater.podspec
T
2012-06-29 15:37:34 +02:00

13 lines
518 B
Ruby

Pod::Spec.new do |s|
s.name = 'Appirater'
s.version = '0.0.2'
s.platform = :ios
s.summary = "A utility that reminds your iPhone app's users to review the app."
s.homepage = 'http://arashpayan.com/blog/2009/09/07/presenting-appirater/'
s.author = { 'Arash Payan' => 'arash.payan@gmail.com' }
s.source = { :git => 'https://github.com/mk/appirater.git', :tag => '0.0.2' }
s.source_files = '*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.resource = 'Appirater.bundle'
end