From 41fea751b8aba6b5330f32d9a2b781b3472a99d4 Mon Sep 17 00:00:00 2001 From: Abdullah Selek Date: Wed, 4 Oct 2017 10:42:43 +0200 Subject: [PATCH] bump version --- DragDropUI.podspec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/DragDropUI.podspec b/DragDropUI.podspec index 1539ba0..00dfae0 100644 --- a/DragDropUI.podspec +++ b/DragDropUI.podspec @@ -1,22 +1,22 @@ Pod::Spec.new do |s| - s.name = 'DragDropUI' - s.version = '1.0.2' - s.summary = 'A set of iOS UI components which have drop & drop capability' - s.homepage = 'https://github.com/abdullahselek/DragDropUI' - s.license = { + s.name = 'DragDropUI' + s.version = '1.0.3' + s.summary = 'A set of iOS UI components which have drop & drop capability' + s.homepage = 'https://github.com/abdullahselek/DragDropUI' + s.license = { :type => 'MIT', :file => 'LICENSE' } - s.author = { + s.author = { 'Abdullah Selek' => 'abdullahselek@yahoo.com' } - s.source = { + s.source = { :git => 'https://github.com/abdullahselek/DragDropUI.git', :tag => s.version.to_s } - s.ios.deployment_target = '8.0' - s.source_files = 'DragDropUI/*.{h,swift}' - s.requires_arc = true + s.ios.deployment_target = '9.0' + s.source_files = 'DragDropUI/*.{h,swift}' + s.requires_arc = true end \ No newline at end of file