We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85400cf commit b565b38Copy full SHA for b565b38
1 file changed
M80AttributedLabel.podspec
@@ -1,10 +1,10 @@
1
Pod::Spec.new do |s|
2
s.name = 'M80AttributedLabel'
3
- s.version = '1.0.1'
+ s.version = '1.1.0'
4
s.authors = {'Xiang Wangfeng' => 'xiangwangfeng@gmail.com'}
5
s.homepage = 'https://github.com/xiangwangfeng/M80AttributedLabel/'
6
s.summary = 'Another attributed label using CoreText'
7
- s.source = {:git => 'https://github.com/xiangwangfeng/M80AttributedLabel.git', :tag => '1.0.2'}
+ s.source = {:git => 'https://github.com/xiangwangfeng/M80AttributedLabel.git', :tag => s.version.to_s}
8
s.license = 'MIT'
9
10
s.requires_arc = true
0 commit comments