Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangwangfeng committed Oct 13, 2016
1 parent 1eed1b6 commit 72e2aae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions M80AttributedLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'M80AttributedLabel'
s.version = '1.3.3'
s.version = '1.5.0'
s.authors = {'Xiang Wangfeng' => '[email protected]'}
s.homepage = 'https://github.com/xiangwangfeng/M80AttributedLabel/'
s.summary = 'Another attributed label using CoreText'
Expand All @@ -10,8 +10,8 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.platform = :ios
s.ios.deployment_target = '5.0'
s.ios.deployment_target = '7.0'

s.frameworks = 'CoreText', 'CoreGraphics', 'QuartzCore'
s.source_files = 'M80AttributedLabel/Classes/M80AttributedLabel/*.{h,m}'
s.source_files = 'M80AttributedLabel/M80AttributedLabel/*.{h,m}'
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Another attributed label using CoreText


# System Requirement
* iOS5 or later
* iOS 7.0 or later
* ARC required

# Installation
Expand Down

0 comments on commit 72e2aae

Please sign in to comment.