From d54ffd3d617eac50da5c1a300f37c66e09769fc7 Mon Sep 17 00:00:00 2001 From: AHMET KAZIM GUNAY Date: Mon, 1 May 2017 14:46:09 +0300 Subject: [PATCH] pod spec updated --- DrawPathView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DrawPathView.podspec b/DrawPathView.podspec index 7db975d..7a5905d 100644 --- a/DrawPathView.podspec +++ b/DrawPathView.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = "DrawPathView" s.version = "0.1.4" - s.summary = "Drawable View written in pure Swift2" + s.summary = "Drawable View written in pure Swift3" s.description = <<-DESC - Easy to use drawable custom View written in pure Swift2. You can delete paths or delete last drawn path. You can also draw paths with any colors you want and change this color whenever you want. + Easy to use drawable custom View written in pure Swift3. You can delete paths or delete last drawn path. You can also draw paths with any colors you want and change this color whenever you want. DESC s.homepage = "https://github.com/ahmetkgunay/DrawPathView"