Skip to content

Commit

Permalink
Bump 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisho committed Mar 21, 2020
1 parent 5d88cfd commit 9e8be5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TinyNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'TinyNetworking'
spec.version = '4.0.0'
spec.version = '4.0.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/jdisho/TinyNetworking'
spec.authors = { 'Joan Disho' => '[email protected]' }
spec.summary = 'Simple network layer written in Swift.'
spec.source = { :git => 'https://github.com/jdisho/TinyNetworking.git', :tag => spec.version }
spec.swift_version = '5.0'
spec.swift_version = '5.1'
spec.cocoapods_version = '>= 1.4.0'
spec.ios.deployment_target = '10.0'
spec.osx.deployment_target = '10.12'
Expand Down

0 comments on commit 9e8be5f

Please sign in to comment.