Skip to content

Commit

Permalink
Fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed May 12, 2015
1 parent 625b8f8 commit aa92375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Kingfisher.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Kingfisher"
s.version = "1.4.0"
s.version = "1.4.1"
s.summary = "A lightweight and pure Swift implemented library for downloading and cacheing image from the web."

s.description = <<-DESC
Expand Down Expand Up @@ -31,5 +31,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/onevcat/Kingfisher.git", :tag => s.version }
s.source_files = "Kingfisher/*.swift"
s.requires_arc = true
s.weak_framework = 'WatchKit'

end

0 comments on commit aa92375

Please sign in to comment.