Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
berbschloe committed May 14, 2018
1 parent 8b5b669 commit 5ad6ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Squidward.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Squidward"
s.version = "1.2.1"
s.summary = "Squidward is an iOS framework that reduces the plumbing required for creating constraints in code using auto layout."
s.version = "2.0.0"
s.summary = "Squidward is an iOS framework that reduces the plumbing of working with UIKit"
s.homepage = "https://github.com/QuarkWorks/Squidward"
s.license = "MIT"
s.author = "QuarkWorks"
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "1.2.1" }
s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "2.0.0" }
s.source_files = "Squidward", "Source/*.{h,m,swift}"
end

0 comments on commit 5ad6ee4

Please sign in to comment.