From 950b8203cd0b77fdd0fd1ed33e9ef299eba660f5 Mon Sep 17 00:00:00 2001 From: "Bram (hryeh)" Date: Thu, 12 Jan 2017 00:00:27 +0800 Subject: [PATCH] prepare 0.9.0 for release --- BAPeekPop.podspec | 4 ++-- LICENSE | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BAPeekPop.podspec b/BAPeekPop.podspec index a42dc6c..06164ff 100644 --- a/BAPeekPop.podspec +++ b/BAPeekPop.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'BAPeekPop' - s.version = '1.0.0' + s.version = '0.9.0' s.summary = 'Peek & Pop Compat for Long Press on non 3D touch Device of iOS 9+' # This description is used to generate tags and improve search results. @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.homepage = 'https://github.com/BramYeh/BAPeekPop' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Bram Yeh' => 'hanru.yeh@gmail.com' } - s.source = { :git => 'git@github.com:BramYeh/BAPeekPop.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/BramYeh/BAPeekPop.git', :tag => s.version.to_s } s.requires_arc = true s.platform = :ios, '8.0' diff --git a/LICENSE b/LICENSE index ce43473..34dfcf6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2017 Bram (hryeh) +Copyright (c) 2017 Bram (hryeh) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal