From 1fb25d9e90d985dc2b115b0482bb4078aa61543b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Morissard?= Date: Mon, 30 Dec 2013 09:20:56 +0100 Subject: [PATCH] Update iAppInfos.podspec --- iAppInfos.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iAppInfos.podspec b/iAppInfos.podspec index 4031e75..ac36930 100644 --- a/iAppInfos.podspec +++ b/iAppInfos.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'iAppInfos' - s.version = '0.0.2' + s.version = '0.0.3' s.requires_arc = true s.author = { 'Morissard Jérome' => 'morissardj@gmail.com' @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/leverdeterre/iAppInfos' s.source = { :git => 'https://github.com/leverdeterre/iAppInfos.git', - :tag => "0.0.2" + :tag => "0.0.3" } s.source_files = 'iAppInfos/iAppInfos/iAppInfos/*' end