Skip to content

Commit

Permalink
Updated iRate spec to 1.7.2
Browse files Browse the repository at this point in the history
Updated iRate spec to 1.7.2 added on 14 Jan 2013
  • Loading branch information
Jon Rexeisen committed Jan 17, 2013
1 parent 8d0b873 commit 84dc51a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions iRate/1.7.2/iRate.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'iRate'
s.version = '1.7.2'
s.license = 'zlib'
s.summary = 'Alternative to Appirater (prompts users to rate the application) with a simpler interface and support for iOS fast application switching.'
s.description = '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.7.2' }
s.source_files = 'iRate/iRate.{h,m}'
s.resources = 'iRate/iRate.bundle'
s.framework = 'StoreKit'
s.requires_arc = true
end

0 comments on commit 84dc51a

Please sign in to comment.