Skip to content

Commit

Permalink
Update StorageCleaner.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
DominatorVbN authored Dec 14, 2022
1 parent fc2af1a commit 0603fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StorageCleaner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = "Gojek"
s.source = { :git => '' }
s.source = { :git => "https://github.com/gojek/StorageToolKit-iOS.git", :tag => "#{s.version}" }

s.platform = :ios
s.ios.deployment_target = '11.0'
s.swift_version = '5.0'

s.source_files = 'StorageCleaner/Sources/**/*.swift'
s.dependency 'WorkManager', '~> 0.9.0'
s.dependency 'WorkManager', '~> 0.10.0'
end

0 comments on commit 0603fd7

Please sign in to comment.