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