Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Usbergo committed May 11, 2017
1 parent 5396bf9 commit fe87296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Buffer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Buffer"
s.version = "1.2"
s.version = "1.3"
s.summary = "Swift μ-framework for efficient array diffs, collection observation and cell configuration."

# This description is used to generate tags and improve search results.
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/alexdrone/Buffer"
s.screenshots = "https://github.com/alexdrone/Buffer/raw/master/Doc/logo.png"
s.screenshots = "https://github.com/alexdrone/Buffer/raw/master/docs/logo.png"
s.license = 'MIT'
s.author = { "Alex Usbergo" => "alexakadrone@gmail.com" }
s.source = { :git => "https://github.com/alexdrone/Buffer.git", :tag => s.version.to_s }
Expand Down

0 comments on commit fe87296

Please sign in to comment.