Skip to content

Commit

Permalink
Updated Pod Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
berbschloe committed Nov 22, 2017
1 parent d4a08ee commit 057d0e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.0.0"
s.version = "1.1.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, "11.0"
s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "1.0.0" }
s.platform = :ios, "10.3"
s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "1.1.0" }
s.source_files = "Squidward", "Source/*.{h,m,swift}"
end
end

0 comments on commit 057d0e9

Please sign in to comment.