diff --git a/PYSearch.podspec b/PYSearch.podspec index c07ce07..e785a67 100644 --- a/PYSearch.podspec +++ b/PYSearch.podspec @@ -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