Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
danielebogo committed Jul 29, 2013
1 parent cd73351 commit dacc76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/PSUpdateApp.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'PSUpdateApp'
s.version = '1.0.7'
s.version = '1.0.8'
s.license = 'MIT'
s.summary = 'PSUpdateApp is a simple method to notify users that a new version of your iOS app is available.'
s.homepage = 'https://github.com/danielebogo/PSUpdateApp'
s.author = { 'Daniele Bogo' => 'daniele@paperstreetsoapdesign.com' }
s.source = { :git => 'https://github.com/danielebogo/PSUpdateApp.git', :tag => '1.0.7' }
s.source = { :git => 'https://github.com/danielebogo/PSUpdateApp.git', :tag => '1.0.8' }
s.platform = :ios, '5.0'
s.requires_arc = true

Expand Down

0 comments on commit dacc76d

Please sign in to comment.