Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Jul 15, 2017
1 parent 7719e20 commit 6f9250e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Http.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Http.swift'
s.version = '1.1'
s.version = '1.2.0'
s.summary = 'A tiny http server engine written in swift.'
s.homepage = 'https://github.com/BiAtoms/Http.swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.module_name = 'HttpSwift'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.9'
s.tvos.deployment_target = '9.0'
s.source_files = 'Sources/*.swift'
s.dependency 'Socket.swift', '~> 1.3'
Expand Down

0 comments on commit 6f9250e

Please sign in to comment.