Skip to content

Commit 7216054

Browse files
committed
add 1.2.5
1 parent 770e73d commit 7216054

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cocore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "cocore"
3-
s.version = "1.2.0"
3+
s.version = "1.2.5"
44
s.summary = "coobjc's core implement"
55

66
s.description = <<-DESC
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
s.ios.deployment_target = '8.0'
2121
s.osx.deployment_target = '10.10'
2222

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

coswift.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "coswift"
3-
s.version = "1.2.0"
3+
s.version = "1.2.5"
44
s.summary = "A coroutine framework for swift."
55

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

24-
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.0' }
24+
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.5' }
2525
s.source_files = 'coswift/*.{h,swift}'
2626

27-
s.swift_version = '4.2'
27+
s.swift_versions = ['4.2', '5.0', '5.1']
2828

29-
s.dependency 'cocore', '~> 1.2.0'
29+
s.dependency 'cocore', '~> 1.2.5'
3030
end

0 commit comments

Comments
 (0)