Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
igooor-bb committed Oct 28, 2022
1 parent 816e431 commit 3b52091
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions GreedyKit.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'GreedyKit'
s.version = ENV['LIB_VERSION'] || '0.1.0'
s.summary = 'Components written in Swift for preventing sensitive media data to be captured'
s.description = 'GreedyKit is a set of ready-to-use components written in Swift for preventing sensitive media data to be exposed by screen capture tools in iOS.'
s.name = 'GreedyKit'
s.version = ENV['LIB_VERSION'] || '0.1.0'
s.summary = 'Components written in Swift for preventing sensitive media data to be captured'
s.description = 'GreedyKit is a set of ready-to-use components written in Swift for preventing sensitive media data to be exposed by screen capture tools in iOS.'

s.homepage = 'https://github.com/igooor-bb/GreedyKit'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'igooor-bb' => 'igooor.ww@gmail.com' }
s.source = { :git => 'https://github.com/igooor-bb/GreedyKit.git', :tag => s.version.to_s }
s.homepage = 'https://github.com/igooor-bb/GreedyKit'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'igooor-bb' => 'igooor.ww@gmail.com' }
s.source = { :git => 'https://github.com/igooor-bb/GreedyKit.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.swift_version = "5.1"
Expand Down

0 comments on commit 3b52091

Please sign in to comment.