diff --git a/Facade.podspec b/Facade.podspec index 53c831f..7df2408 100644 --- a/Facade.podspec +++ b/Facade.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = "Facade" - s.version = "0.2.4" + s.version = "1.0.0" 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 => "v0.2.4" } + s.source = { :git => "https://github.com/mamaral/Facade.git", :tag => "v1.0.0" } s.source_files = "Facade/UIView+Facade.{h,m}" s.requires_arc = true