Skip to content

Commit

Permalink
Merge pull request #24 from javiermanzo/improment/update-podspec
Browse files Browse the repository at this point in the history
Update podspec
  • Loading branch information
javiermanzo authored Aug 29, 2024
2 parents d96f9b6 + 096bae4 commit 2b065b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Harbor.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'Harbor'
s.version = '0.1.2'
s.version = '1.0.0'
s.summary = 'Networking library.'
s.homepage = 'https://github.com/javiermanzo/Harbor'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'Javier Manzo' => '[email protected]' }
s.source = { :git => 'https://github.com/javiermanzo/Harbor.git', :tag => s.version.to_s }
s.social_media_url = 'https://www.linkedin.com/in/javiermanzo/'
s.ios.deployment_target = '13.0'
s.ios.deployment_target = '15.0'
s.swift_version = '5.0'
s.source_files = 'Sources/Harbor/**/*'
end

0 comments on commit 2b065b3

Please sign in to comment.