Skip to content

Commit

Permalink
Merge pull request CocoaPods#234 from jpaas/master
Browse files Browse the repository at this point in the history
Added new version (1.4.7) for iRate
  • Loading branch information
Sergej Tatarincev committed Jun 14, 2012
2 parents 69728d7 + 138c2ac commit 3cfc292
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions iRate/1.4.7/iRate.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'iRate'
s.version = '1.4.7'
s.license = 'zlib'
s.summary = 'A handy class that prompts users of your iPhone or Mac App Store app to rate your application after using it for a while. Similar to Appirater, but with a simpler, cleaner interface and automatic support for iOS fast application switching.'
s.homepage = 'http://charcoaldesign.co.uk/source/cocoa#irate'
s.author = 'Nick Lockwood'
s.source = { :git => 'https://github.com/nicklockwood/iRate.git', :tag => '1.4.7' }
s.source_files = 'iRate/iRate.{h,m}'
s.clean_paths = 'Examples'
s.resources = 'iRate/iRate.bundle'
end

0 comments on commit 3cfc292

Please sign in to comment.