Skip to content

Commit

Permalink
Update .podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
WenchaoD committed Oct 1, 2018
1 parent 8ebbb0e commit 29aa05d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FSPagerView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "FSPagerView"
s.version = "0.8.0"
s.version = "0.8.1"
s.summary = "FSPagerView is an elegant Screen Slide Library for making Banner、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders."

s.homepage = "https://github.com/WenchaoD/FSPagerView"
Expand All @@ -15,5 +15,7 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.framework = 'UIKit'
s.source_files = 'Sources/*.{swift,h,m}'
s.swift_version = '4.2'
s.cocoapods_version = '>= 1.4.0'

end

0 comments on commit 29aa05d

Please sign in to comment.