From 59d4ad3e9a37f78fe6b5e46d88bc33e5ec5453fb Mon Sep 17 00:00:00 2001 From: Fabian Canas Date: Thu, 31 Dec 2015 21:23:37 -0500 Subject: [PATCH] v0.3.1 --- Formulary.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formulary.podspec b/Formulary.podspec index 96898e8..0bbde0b 100644 --- a/Formulary.podspec +++ b/Formulary.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Formulary" - s.version = "0.3.0" + s.version = "0.3.1" s.summary = "Declarative iOS TableView Forms in Swift" s.description = <<-DESC Formulary is a library for creating dynamic, declarative, table view forms for iOS. @@ -55,6 +55,6 @@ Pod::Spec.new do |s| s.social_media_url = "http://twitter.com/fcanas" s.platform = :ios s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/fcanas/Formulary.git", :tag => "v0.3.0" } + s.source = { :git => "https://github.com/fcanas/Formulary.git", :tag => "v0.3.1" } s.source_files = "Formulary/**/*.{swift}" end