Commit 41f7d7b4 authored by Chen's avatar Chen

docs(YYText):移除YYText

parent caff6ca6
...@@ -33,11 +33,9 @@ pod 'SYCSDK' ...@@ -33,11 +33,9 @@ pod 'SYCSDK'
#pod 'SYCSDK/DACircularProgress' #pod 'SYCSDK/DACircularProgress'
#pod 'SYCSDK/JKCategories' #pod 'SYCSDK/JKCategories'
#pod 'SYCSDK/MBProgressHUD' #pod 'SYCSDK/MBProgressHUD'
#pod 'SYCSDK/YYText'
#pod 'SYCSDK/BRPickerView' #pod 'SYCSDK/BRPickerView'
#pod 'SYCSDK/SDWebImage' #pod 'SYCSDK/SDWebImage'
#pod 'SYCSDK/STCBinder' #pod 'SYCSDK/STCBinder'
``` ```
## Author ## Author
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'SYCSDK' s.name = 'SYCSDK'
s.version = '0.2.3' s.version = '0.2.4'
s.summary = 'A short description of SYCSDK.' s.summary = 'A short description of SYCSDK.'
# This description is used to generate tags and improve search results. # This description is used to generate tags and improve search results.
...@@ -75,10 +75,6 @@ TODO: common three party. ...@@ -75,10 +75,6 @@ TODO: common three party.
s.dependency 'MBProgressHUD', '1.2.0' s.dependency 'MBProgressHUD', '1.2.0'
end end
s.subspec 'YYText' do |s|
s.dependency 'YYText', '1.0.7'
end
s.subspec 'BRPickerView' do |s| s.subspec 'BRPickerView' do |s|
s.dependency 'BRPickerView', '2.7.3' s.dependency 'BRPickerView', '2.7.3'
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment