diff --git a/PASImageView.podspec b/PASImageView.podspec index de1e6c6..686df6b 100644 --- a/PASImageView.podspec +++ b/PASImageView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PASImageView" - s.version = "1.0.3" + s.version = "2.0.0" s.summary = "Rounded async imageview downloader lightly cached and written in Swift" s.description = "Rounded async imageview downloader lightly cached and written in Swift" s.homepage = "https://github.com/abiaad/PASImageView" @@ -9,6 +9,6 @@ Pod::Spec.new do |s| s.social_media_url = "http://twitter.com/abiaad" s.platform = :ios s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/abiaad/PASImageView.git", :tag => "1.0.3" } + s.source = { :git => "https://github.com/abiaad/PASImageView.git", :tag => "2.0.0" } s.source_files = "PASImageView.swift" end