Skip to content

Commit

Permalink
Update iVersion specs with license from newer specs
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Mar 19, 2013
1 parent 8d013bd commit b1cb427
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
16 changes: 7 additions & 9 deletions iVersion/1.9.8/iVersion.podspec
@@ -1,13 +1,11 @@
Pod::Spec.new do |s|
s.name = "iVersion"
s.version = "1.9.8"
s.summary = "Check for updates to Mac/iPhone App Store apps from within the application and notify users about the new release."
s.homepage = "http://www.charcoaldesign.co.uk/source/cocoa#iversion"
s.name = 'iVersion'
s.version = '1.9.8'
s.summary = 'Check for updates to Mac/iPhone App Store apps from within the application and notify users about the new release.'
s.homepage = 'http://www.charcoaldesign.co.uk/source/cocoa#iversion'
s.license = 'zlib'
s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" }
s.source = { :git => "https://github.com/nicklockwood/iVersion.git", :tag => "1.9.8" }

s.author = { 'Nick Lockwood' => 'support@charcoaldesign.co.uk' }
s.source = { :git => 'https://github.com/nicklockwood/iVersion.git', :tag => '1.9.8' }
s.source_files = 'iVersion/iVersion.{h,m}'
s.resources = 'iVersion/iVersion.bundle'

s.resources = 'iVersion/iVersion.bundle'
end
3 changes: 2 additions & 1 deletion iVersion/1.9/iVersion.podspec
Expand Up @@ -4,8 +4,9 @@ Pod::Spec.new do |s|
s.summary = 'Dynamically checks for updates to Mac/iPhone App Store apps and notifies users about the new release.'
s.description = 'Library for dynamically checking for updates to Mac/iPhone App Store apps from within the application and notifying users about the new release. Can also notify users about new features in the app the first time they launch after an upgrade.'
s.homepage = 'http://www.charcoaldesign.co.uk/source/cocoa#iversion'
s.license = 'zlib'
s.author = 'Nick Lockwood'
s.source = { :git => 'https://github.com/nicklockwood/iVersion.git', :tag => '1.9' }
s.source_files = 'iVersion/iVersion.{h,m}'
s.resources = 'iVersion.bundle'
s.resources = 'iVersion/iVersion.bundle'
end

0 comments on commit b1cb427

Please sign in to comment.