Skip to content

Commit

Permalink
Merge branch 'hotfix/v3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gooichi committed Jan 15, 2019
2 parents 446f2be + 130568a commit 14a68e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GSLCrypto.podspec
@@ -1,16 +1,15 @@
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'
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

0 comments on commit 14a68e0

Please sign in to comment.