Skip to content

Commit cc5046d

Browse files
committed
0.2.5
1 parent 5a791ce commit cc5046d

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

AXAttributedString.podspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "AXAttributedString"
12-
s.version = "0.2.4"
12+
s.version = "0.2.5"
1313
s.summary = "An easier attribute text creator, use chain-syntax."
1414
s.homepage = "https://github.com/arnoldxiao/AXAttributedString"
15-
s.screenshots = "https://github.com/arnoldxiao/AXAttributedString/blob/master/Code_Example%402x.png", "https://github.com/arnoldxiao/AXAttributedString/blob/master/UI_Screenshot_iPhoneSE%402x.png"
1615
s.license = { :type => "MIT", :file => "LICENSE" }
1716
s.author = { "arnoldxiao" => "arnoldxiao@163.com" }
1817
s.social_media_url = "https://weibo.com/arnoldxiao"
@@ -22,16 +21,13 @@ Pod::Spec.new do |s|
2221
s.ios.deployment_target = "8.0"
2322
s.source = { :git => "https://github.com/arnoldxiao/AXAttributedString.git", :tag => "#{s.version}" }
2423

25-
s.public_header_files = "AXAttributedString/Core/*.h"
26-
s.source_files = "AXAttributedString/Core/*.{h,m}"
27-
2824
s.subspec 'Core' do |c|
2925
c.public_header_files = "AXAttributedString/Core/*.h"
3026
c.source_files = "AXAttributedString/Core/*.{h,m}"
3127
c.frameworks = "Foundation", "CoreGraphics"
3228
end
3329

34-
s.subspec 'UI' do |u|
30+
s.subspec 'UIKit' do |u|
3531
u.public_header_files = "AXAttributedString/UI/*.h"
3632
u.source_files = "AXAttributedString/UI/*.{h,m}"
3733
u.frameworks = "UIKit"

0 commit comments

Comments
 (0)