Skip to content

Commit c6b4541

Browse files
committed
updated pod file
1 parent 6a8975f commit c6b4541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScrollPager.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'ScrollPager'
3-
s.version = '0.7'
3+
s.version = '0.8'
44
s.summary = 'A fully featured scroll pager similar to the one in flipboard, fully configurable through storyboard'
55
s.homepage = 'https://github.com/aryaxt/ScrollPager'
66
s.license = {
77
:type => 'MIT',
88
:file => 'License.txt'
99
}
1010
s.author = {'Aryan Ghassemi' => 'https://github.com/aryaxt/ScrollPager'}
11-
s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.7'}
11+
s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.8'}
1212
s.platform = :ios, '8.0'
1313
s.source_files = 'ScrollPager/Source/*.{swift}'
1414
s.framework = 'Foundation', 'UIKit'

0 commit comments

Comments
 (0)