From 73f6969491c062571a4cb7e43dce0f6f0a57ccdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Morissard?= Date: Tue, 31 Dec 2013 10:58:28 +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 ac36930..87f2a5f 100644 --- a/iAppInfos.podspec +++ b/iAppInfos.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = 'iAppInfos' - s.version = '0.0.3' + s.version = '0.0.4' s.requires_arc = true s.author = { 'Morissard Jérome' => 'morissardj@gmail.com' } s.ios.deployment_target = '5.0' - s.summary = 'iAppInfos allows an access to important App informations : iOS version, Device model, Mobile provisionning infos' + s.summary = 'iAppInfos allows an access to important App informations : version, model, Mobile provisionning infos' s.license = { :type => 'MIT' } s.homepage = 'https://github.com/leverdeterre/iAppInfos' s.source = { :git => 'https://github.com/leverdeterre/iAppInfos.git', - :tag => "0.0.3" + :tag => "0.0.4" } s.source_files = 'iAppInfos/iAppInfos/iAppInfos/*' end