From b7e5182a9802f0c6c2668d6f52dd383fee056a82 Mon Sep 17 00:00:00 2001 From: Joan Martin Date: Fri, 18 Apr 2014 10:31:50 +0200 Subject: [PATCH] Ugrading podpsec --- Motis.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Motis.podspec b/Motis.podspec index 769ad08..93dc2b6 100644 --- a/Motis.podspec +++ b/Motis.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Motis" - s.version = "0.4.0" + s.version = "0.4.1" s.summary = "Easy JSON to NSObject mapping using Cocoa's Key Value Coding (KVC)" s.description = <<-DESC @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' } s.author = { "Mobile Jazz" => "info@mobilejazz.cat" } s.social_media_url = "http://twitter.com/mobilejazzcat" - s.source = { :git => "https://github.com/mobilejazz/Motis.git", :tag => "0.4.0" } + s.source = { :git => "https://github.com/mobilejazz/Motis.git", :tag => "0.4.1" } s.source_files = 'Motis.h', 'NSObject+Motis.{h,m}' s.framework = 'Foundation' s.requires_arc = true