Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
NianJi committed Oct 12, 2019
1 parent 83f28d0 commit a72d641
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5"
s.version = "1.2.6"
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.5' }
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.6' }
s.source_files = 'cocore/*.{h,m,s,c,mm}'
s.requires_arc = 'cocore/*.m'

Expand Down
4 changes: 2 additions & 2 deletions cokit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "cokit"
s.version = "1.2.1"
s.version = "1.2.6"
s.summary = "coobjc's Foundationkit."

s.description = <<-DESC
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.requires_arc = true

s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.1' }
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.6' }
s.source_files = 'cokit/cokit/**/*.{h,m}'

s.dependency 'coobjc', '~> 1.2.0'
Expand Down

0 comments on commit a72d641

Please sign in to comment.