Skip to content

Commit

Permalink
update for 1.0.2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
abiaad committed Jan 8, 2016
1 parent 2cdbcb6 commit cf370cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PASImageView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PASImageView"
s.version = "1.0.1"
s.version = "1.0.2"
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"
Expand All @@ -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.1" }
s.source = { :git => "https://github.com/abiaad/PASImageView.git", :tag => "1.0.2" }
s.source_files = "PASImageView.swift"
end

0 comments on commit cf370cb

Please sign in to comment.