From 14c12eae4270c013ce0e99876c2a9cd88161d0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Morissard?= Date: Sun, 29 Dec 2013 22:47:30 +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 7cbc630..e3c4fdf 100644 --- a/iAppInfos.podspec +++ b/iAppInfos.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'iAppInfos' - s.version = '0.0.1' + s.version = '0.0.2' 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.1" + :tag => "0.0.2" } s.source_files = 'iAppInfos/iAppInfos/iAppInfos/*' end