From 47f97b1803a3e051e38769d68de86fcf3252fb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Morissard?= Date: Mon, 6 Jan 2014 22:18:23 +0100 Subject: [PATCH] Update iAppInfos.podspec --- iAppInfos.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/iAppInfos.podspec b/iAppInfos.podspec index 0467658..72bbc24 100644 --- a/iAppInfos.podspec +++ b/iAppInfos.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'iAppInfos' - s.version = '0.0.5' + s.version = '0.0.6' s.requires_arc = true s.author = { 'Morissard Jérome' => 'morissardj@gmail.com' @@ -11,8 +11,8 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/leverdeterre/iAppInfos' s.source = { :git => 'https://github.com/leverdeterre/iAppInfos.git', - :tag => "0.0.5" + :tag => "0.0.6" } s.source_files = 'iAppInfos/iAppInfos/iAppInfos/*' s.frameworks = 'CoreTelephony' -end \ No newline at end of file +end