We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05439bb commit 4660b14Copy full SHA for 4660b14
cokit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "cokit"
3
- s.version = "1.1.1"
+ s.version = "1.2.1"
4
s.summary = "coobjc's Foundationkit."
5
6
s.description = <<-DESC
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
21
s.ios.deployment_target = '8.0'
22
s.requires_arc = true
23
24
- s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.1.1' }
+ s.source = { :git => "https://github.com/alibaba/coobjc.git", :tag => '1.2.1' }
25
s.source_files = 'cokit/cokit/**/*.{h,m}'
26
27
- s.dependency 'coobjc', '~> 1.1.0'
+ s.dependency 'coobjc', '~> 1.2.0'
28
end
0 commit comments