Skip to content

Commit

Permalink
Update podspec for v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Chiang committed Feb 11, 2020
1 parent ca295e5 commit 6f5acb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Netable.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Netable'
s.version = '0.8.0'
s.version = '0.8.1'
s.summary = 'A simple and swifty networking library.'
s.description = 'Netable is a simple Swift framework for working with both simple and non-REST-compliant HTTP endpoints.'
s.homepage = 'https://github.com/steamclock/networkAPI/'
s.homepage = 'https://github.com/steamclock/netable/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Brendan Lensink' => '[email protected]' }
s.source = { :git => 'https://github.com/steamclock/networkAPI.git', :tag => 'v0.8.0' }
s.source = { :git => 'https://github.com/steamclock/netable.git', :tag => 'v0.8.1' }
s.ios.deployment_target = '11.0'
s.osx.deployment_target = '10.14'
s.source_files = 'Netable/Netable/*.{swift,h,m}'
Expand Down

0 comments on commit 6f5acb8

Please sign in to comment.