Skip to content

Commit

Permalink
bumped version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaxt committed Apr 25, 2016
1 parent d7dd512 commit 870ab59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScrollPager.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'ScrollPager'
s.version = '0.5'
s.version = '0.6'
s.summary = 'A fully featured scroll pager similar to the one in flipboard, fully configurable through storyboard'
s.homepage = 'https://github.com/aryaxt/ScrollPager'
s.license = {
:type => 'MIT',
:file => 'License.txt'
}
s.author = {'Aryan Ghassemi' => 'https://github.com/aryaxt/ScrollPager'}
s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.5'}
s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.6'}
s.platform = :ios, '8.0'
s.source_files = 'ScrollPager/Source/*.{swift}'
s.framework = 'Foundation', 'UIKit'
Expand Down

0 comments on commit 870ab59

Please sign in to comment.