Skip to content

Commit

Permalink
add c++ for podpsec
Browse files Browse the repository at this point in the history
  • Loading branch information
念纪 committed Feb 27, 2019
1 parent 2643c7f commit 3e1e5fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion coobjc.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "coobjc"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "A coroutine framework for Objective-C"

s.description = <<-DESC
Expand All @@ -25,5 +25,6 @@ Pod::Spec.new do |s|
s.source_files = 'coobjc/**/*.{h,m,s,c,mm}'
s.requires_arc = ['coobjc/api/*.m', 'coobjc/core/*.m', 'coobjc/csp/*.m', 'coobjc/promise/*.m', 'coobjc/util/*.m']

s.library = 'c++'
s.dependency 'fishhook', '~> 0.2.0'
end

0 comments on commit 3e1e5fb

Please sign in to comment.