Skip to content

Commit

Permalink
Update Pod Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
berbschloe committed Apr 19, 2018
1 parent b156614 commit 5c2ac6a
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.1.0"
s.version = "2.0.0"
s.summary = "Squidward is an iOS framework that reduces the plumbing required for creating constraints in code using auto layout."
s.homepage = "https://github.com/QuarkWorks/Squidward"
s.license = "MIT"
s.author = "QuarkWorks"
s.platform = :ios, "10.3"
s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "1.1.0" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "1.2.0" }
s.source_files = "Squidward", "Source/*.{h,m,swift}"
end

0 comments on commit 5c2ac6a

Please sign in to comment.