Skip to content

Commit

Permalink
Update Facade.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaral committed Mar 29, 2016
1 parent c8fe005 commit cf912fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Facade.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|

s.name = "Facade"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "Programmatic view layout for the rest of us."
s.homepage = "https://github.com/mamaral/Facade"
s.license = "MIT"
s.author = { "Mike Amaral" => "mike.amaral36@gmail.com" }
s.social_media_url = "http://twitter.com/MikeAmaral"
s.platform = :ios
s.source = { :git => "https://github.com/mamaral/Facade.git", :tag => "v1.1.0" }
s.source = { :git => "https://github.com/mamaral/Facade.git", :tag => "v1.1.1" }
s.source_files = "Facade/UIView+Facade.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit cf912fb

Please sign in to comment.