From 5df366bcf18bb5d0eb30b4a13aa2bfa6cd207d84 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 26 Jul 2016 11:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=EF=BD=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SwipeableCards.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwipeableCards.podspec b/SwipeableCards.podspec index 0b6c68a..6a80d59 100644 --- a/SwipeableCards.podspec +++ b/SwipeableCards.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "SwipeableCards" -s.version = "1.1.0" +s.version = "1.1.1" s.license = "Copyright (c) 2016 Ding" s.summary = "A containner of views (like cards) can be dragged!" s.homepage = "https://github.com/DingHub/SwipeableCards" s.license = "MIT" s.author = { "DingHub" => "love-nankai@163.com" } -s.source = { :git => "https://github.com/DingHub/SwipeableCards.git", :tag => "1.1.0" } +s.source = { :git => "https://github.com/DingHub/SwipeableCards.git", :tag => "1.1.1" } s.source_files = "source/SwipeableCards{.swift}" s.platform = :ios s.platform = :ios, "8.0"