We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8975f commit c6b4541Copy full SHA for c6b4541
ScrollPager.podspec
@@ -1,14 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = 'ScrollPager'
3
- s.version = '0.7'
+ s.version = '0.8'
4
s.summary = 'A fully featured scroll pager similar to the one in flipboard, fully configurable through storyboard'
5
s.homepage = 'https://github.com/aryaxt/ScrollPager'
6
s.license = {
7
:type => 'MIT',
8
:file => 'License.txt'
9
}
10
s.author = {'Aryan Ghassemi' => 'https://github.com/aryaxt/ScrollPager'}
11
- s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.7'}
+ s.source = {:git => 'https://github.com/aryaxt/ScrollPager.git', :tag => '0.8'}
12
s.platform = :ios, '8.0'
13
s.source_files = 'ScrollPager/Source/*.{swift}'
14
s.framework = 'Foundation', 'UIKit'
0 commit comments