From 7b07eb53364ca4cd84a5175709831ddc03a9840d Mon Sep 17 00:00:00 2001 From: Orkhan Alikhanov Date: Fri, 14 Jul 2017 17:19:12 +0400 Subject: [PATCH] Updated version --- Request.swift.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Request.swift.podspec b/Request.swift.podspec index efdeff0..0d91581 100755 --- a/Request.swift.podspec +++ b/Request.swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'Request.swift' - s.version = '1.0.1' - s.summary = 'A tiny http client written in swift.' + s.version = '1.0.2' + s.summary = 'A (sync/async) tiny http client written in swift.' s.homepage = 'https://github.com/BiAtoms/Request.swift' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Orkhan Alikhanov' => 'orkhan.alikhanov@gmail.com' }