Skip to content

Commit

Permalink
set swift version for coswift
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Feb 27, 2019
1 parent 4d37242 commit a60968b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coswift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "A coroutine framework for swift."

s.description = <<-DESC
A coroutine framework for swift.
A coroutine framework for swift, using coobjc.
DESC

s.homepage = "https://github.com/alibaba/coobjc"
Expand All @@ -24,6 +24,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.0.0' }
s.source_files = 'coswift/*.{h,swift}'

s.swift_version = '4.2'

s.dependency 'fishhook', '~> 0.2.0'
s.dependency 'coobjc', '~> 1.0.0'
end

0 comments on commit a60968b

Please sign in to comment.