Skip to content

Commit

Permalink
Revd up podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
escoz committed Nov 12, 2012
1 parent f482fcd commit 94d9f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QuickDialog.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'QuickDialog'
s.version = '0.5'
s.version = '0.6'
s.platform = :ios
s.license = 'Apache License, Version 2.0'
s.summary = 'Quick and easy dialog screens for iOS.'
s.homepage = 'http://escoz.com/quickdialog'
s.author = { 'Eduardo Scoz' => '[email protected]' }
s.source = { :git => 'https://github.com/escoz/QuickDialog.git', :tag => '0.5' }
s.source = { :git => 'https://github.com/escoz/QuickDialog.git', :tag => '0.6' }

s.description = 'QuickDialog allows you to create HIG-compliant iOS forms for your apps without ' \
'having to directly deal with UITableViews, delegates and data sources. Fast ' \
Expand Down

0 comments on commit 94d9f2d

Please sign in to comment.