From bb6924c91bc4c571d921a6e37ee990bd6a3a985b Mon Sep 17 00:00:00 2001 From: Goichi Hirakawa Date: Tue, 15 Jan 2019 21:18:08 +0900 Subject: [PATCH 1/2] refs #23 Remove module_name --- GSLCrypto.podspec | 1 - 1 file changed, 1 deletion(-) diff --git a/GSLCrypto.podspec b/GSLCrypto.podspec index fad0b0c..55ce2b1 100644 --- a/GSLCrypto.podspec +++ b/GSLCrypto.podspec @@ -11,6 +11,5 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '2.0' s.requires_arc = true - s.module_name = 'GSL' s.source_files = 'GSLCrypto/*.{h,m}' end From 130568ac34fa84b6909f6f7f74413f6b40238875 Mon Sep 17 00:00:00 2001 From: Goichi Hirakawa Date: Tue, 15 Jan 2019 21:18:44 +0900 Subject: [PATCH 2/2] refs #23 Update version to v3.0.1 --- GSLCrypto.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GSLCrypto.podspec b/GSLCrypto.podspec index 55ce2b1..654c94f 100644 --- a/GSLCrypto.podspec +++ b/GSLCrypto.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = 'GSLCrypto' - s.version = '3.0.0' + s.version = '3.0.1' s.author = 'GyazSquare' s.license = { :type => 'MIT' } s.homepage = 'https://github.com/GyazSquare/GSLCrypto' - s.source = { :git => 'https://github.com/GyazSquare/GSLCrypto.git', :tag => 'v3.0.0' } + s.source = { :git => 'https://github.com/GyazSquare/GSLCrypto.git', :tag => 'v3.0.1' } s.summary = 'A simple digest library for iOS, macOS, watchOS and tvOS.' s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.6'