Skip to content

Commit

Permalink
add 1.1.3 podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Mar 21, 2019
1 parent 1e600a6 commit 3ae5d9c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cocore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "cocore"
s.version = "1.1.1"
s.version = "1.1.3"
s.summary = "coobjc's core implement"

s.description = <<-DESC
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.12'

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.1' }
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.3' }
s.source_files = 'cocore/*.{h,m,s,c,mm}'
s.requires_arc = 'cocore/*.m'

Expand Down
6 changes: 3 additions & 3 deletions 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.1.1"
s.version = "1.1.3"
s.summary = "A coroutine framework for Objective-C"

s.description = <<-DESC
Expand All @@ -20,9 +20,9 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.12'

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.1' }
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.3' }
s.source_files = 'coobjc/**/*.{h,m}'
s.requires_arc = ['coobjc/co/*.m', 'coobjc/generator/*.m', 'coobjc/actor/*.m', 'coobjc/promise/*.m']

s.dependency 'cocore', '~> 1.1.0'
s.dependency 'cocore', '~> 1.1.3'
end
6 changes: 3 additions & 3 deletions coswift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "coswift"
s.version = "1.1.2"
s.version = "1.1.3"
s.summary = "A coroutine framework for swift."

s.description = <<-DESC
Expand All @@ -21,10 +21,10 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.12'
s.requires_arc = true

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.2' }
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.3' }
s.source_files = 'coswift/*.{h,swift}'

s.swift_version = '4.2'

s.dependency 'cocore', '~> 1.1.0'
s.dependency 'cocore', '~> 1.1.3'
end

0 comments on commit 3ae5d9c

Please sign in to comment.