Skip to content

Commit 72e2aae

Browse files
committed
update spec
1 parent 1eed1b6 commit 72e2aae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

M80AttributedLabel.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'M80AttributedLabel'
3-
s.version = '1.3.3'
3+
s.version = '1.5.0'
44
s.authors = {'Xiang Wangfeng' => 'xiangwangfeng@gmail.com'}
55
s.homepage = 'https://github.com/xiangwangfeng/M80AttributedLabel/'
66
s.summary = 'Another attributed label using CoreText'
@@ -10,8 +10,8 @@ Pod::Spec.new do |s|
1010
s.requires_arc = true
1111

1212
s.platform = :ios
13-
s.ios.deployment_target = '5.0'
13+
s.ios.deployment_target = '7.0'
1414

1515
s.frameworks = 'CoreText', 'CoreGraphics', 'QuartzCore'
16-
s.source_files = 'M80AttributedLabel/Classes/M80AttributedLabel/*.{h,m}'
16+
s.source_files = 'M80AttributedLabel/M80AttributedLabel/*.{h,m}'
1717
end

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Another attributed label using CoreText
2727

2828

2929
# System Requirement
30-
* iOS5 or later
30+
* iOS 7.0 or later
3131
* ARC required
3232

3333
# Installation

0 commit comments

Comments
 (0)