File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::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}'
1717end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments