Update podspec

This commit is contained in:
WenchaoD 2017-02-19 19:23:39 +08:00
parent 250d1cb60e
commit 7c156c8f90
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "FSPagerView"
s.version = "0.1.0"
s.version = "0.1.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"
@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/WenchaoD/FSPagerView.git", :tag => s.version.to_s }
s.platform = :ios
s.ios.deployment_target = '7.0'
s.ios.deployment_target = '8.0'
s.requires_arc = true
s.framework = 'UIKit'
s.source_files = 'FSPagerView/*.swift'