Skip to content

Commit 4660b14

Browse files
committed
update cokit.podspec
1 parent 05439bb commit 4660b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cokit.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "cokit"
3-
s.version = "1.1.1"
3+
s.version = "1.2.1"
44
s.summary = "coobjc's Foundationkit."
55

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

24-
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.1' }
24+
s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.1' }
2525
s.source_files = 'cokit/cokit/**/*.{h,m}'
2626

27-
s.dependency 'coobjc', '~> 1.1.0'
27+
s.dependency 'coobjc', '~> 1.2.0'
2828
end

0 commit comments

Comments
 (0)