Skip to content

Commit

Permalink
Update for cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
abiaad committed Dec 8, 2016
1 parent 45dcdcd commit 89437ec
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.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"
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.3" }
s.source = { :git => "https://github.com/abiaad/PASImageView.git", :tag => "2.0.0" }
s.source_files = "PASImageView.swift"
end

0 comments on commit 89437ec

Please sign in to comment.