From 116603e17db0e36a704a50520ebf9975da6883ac Mon Sep 17 00:00:00 2001 From: iq3 Date: Wed, 17 May 2017 16:12:42 +0900 Subject: [PATCH] Update podspec. --- WebStruct.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebStruct.podspec b/WebStruct.podspec index 2f3a394..857df18 100644 --- a/WebStruct.podspec +++ b/WebStruct.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'WebStruct' -spec.version = '0.4.0' +spec.version = '0.5.0' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/iq3addLi/WebStruct' spec.authors = { 'iq3' => 'iq3@addli.co.jp' } spec.summary = 'Initialize Swift struct with Web API' -spec.source = { :git => 'https://github.com/iq3addLi/WebStruct.git', :tag => '0.4.0' } +spec.source = { :git => 'https://github.com/iq3addLi/WebStruct.git', :tag => '0.5.0' } spec.source_files = 'Sources/*.swift' spec.ios.deployment_target = '9.0'