Skip to content

Commit

Permalink
Bumped version to 0.9.0
Browse files Browse the repository at this point in the history
Bumped version to 0.9.0
  • Loading branch information
ko1o committed Jun 17, 2018
1 parent 28779bf commit 5471382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PYSearch.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'PYSearch'
s.version = '0.8.9'
s.version = '0.9.0'
s.summary = 'An elegant search controller which replaces the UISearchController for iOS.'
s.homepage = 'https://github.com/iphone5solo/PYSearch'
s.homepage = 'https://github.com/ko1o/PYSearch'
s.license = 'MIT'
s.authors = {'CoderKo1o' => '499491531@qq.com'}
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/iphone5solo/PYSearch.git', :tag => s.version}
s.source = {:git => 'https://github.com/ko1o/PYSearch.git', :tag => s.version}
s.source_files = 'PYSearch/**/*.{h,m}'
s.resource = 'PYSearch/PYSearch.bundle'
s.requires_arc = true
Expand Down

0 comments on commit 5471382

Please sign in to comment.