Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alibaba/coobjc
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Sep 24, 2019
2 parents 2b4f05c + 7216054 commit 54619c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.2.0"
s.version = "1.2.5"
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.10'

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

Expand Down
8 changes: 4 additions & 4 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.2.0"
s.version = "1.2.5"
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.2.0' }
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.5' }
s.source_files = 'coswift/*.{h,swift}'

s.swift_version = '4.2'
s.swift_versions = ['4.2', '5.0', '5.1']

s.dependency 'cocore', '~> 1.2.0'
s.dependency 'cocore', '~> 1.2.5'
end

0 comments on commit 54619c3

Please sign in to comment.