Skip to content

Commit

Permalink
Add iRate with tag 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Chiang committed Sep 24, 2012
1 parent 9b06b05 commit daa1d29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions iRate/1.5.2/iRate.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'iRate'
s.version = '1.5.2'
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.5.2' }
s.source_files = 'iRate/iRate.{h,m}'

s.resources = 'iRate/iRate.bundle'
end

0 comments on commit daa1d29

Please sign in to comment.