Skip to content

Commit

Permalink
cocoapods适配文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliangloveyou committed Aug 24, 2018
1 parent 6b9d7c0 commit c413e0f
Show file tree
Hide file tree
Showing 51 changed files with 154 additions and 183 deletions.
Binary file modified .DS_Store
Binary file not shown.
21 changes: 16 additions & 5 deletions EasyShowView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,35 @@ Pod::Spec.new do |s|
# s.public_header_files = "Classes/**/*.h"
s.ios.deployment_target= '8.0'
s.source_files = 'EasyShowView/EasyShowView.h'
# s.public_header_files = 'EasyShowView/EasyShowView.h'

s.subspec 'EasyText' do |ss|
ss.source_files = 'EasyShowView/EasyText/EasyText{View,BgView,Config,GlobalConfig,Types}.{h,m}'
ss.dependency 'EasyShowView/EasyShowUtils'
ss.source_files = 'EasyShowView/EasyText{View,BgView,Config,GlobalConfig,Types}.{h,m}'
# ss.public_header_files = 'EasyShowView/EasyText{View,BgView,Config,GlobalConfig,Types}.h'
end

s.subspec 'EasyLoading' do |ss|
ss.source_files = 'EasyShowView/EasyLoading/EasyLoading{View,Config,GlobalConfig,Types}.{h,m}'
ss.dependency 'EasyShowView/EasyShowUtils'
ss.source_files = 'EasyShowView/EasyLoading{View,Config,GlobalConfig,Types}.{h,m}'
# ss.public_header_files = 'EasyShowView/EasyLoading{View,Config,GlobalConfig,Types}.h'
end

s.subspec 'EasyEmpty' do |ss|
ss.source_files = 'EasyShowView/EasyEmpty/EasyEmpty{View,Part,Config,GlobalConfig,Types}.{h,m}'
ss.dependency 'EasyShowView/EasyShowUtils'
ss.source_files = 'EasyShowView/EasyEmpty{View,Part,Config,GlobalConfig,Types}.{h,m}'
# ss.public_header_files = 'EasyShowView/EasyEmpty{View,Part,Config,GlobalConfig,Types}.h'
end

s.subspec 'EasyAlert' do |ss|
ss.source_files = 'EasyShowView/EasyAlert/EasyAlert{View,Part,Item,Config,GlobalConfig,Types}.{h,m}'
ss.dependency 'EasyShowView/EasyShowUtils'
ss.source_files = 'EasyShowView/EasyAlert{View,Part,Item,Config,GlobalConfig,Types}.{h,m}'
# ss.public_header_files = 'EasyShowView/EasyAlert{View,Part,Item,Config,GlobalConfig,Types}.h'
end

s.subspec 'EasyShowUtils' do |ss|
ss.source_files = 'EasyShowView/EasyShowUtils/EasyShow{Utils,Label}.{h,m}', 'EasyShowView/EasyShowUtils/UIView+EasyShowExt.{h,m}'
ss.source_files = 'EasyShowView/EasyShow{Utils,Label}.{h,m}', 'EasyShowView/UIView+EasyShowExt.{h,m}'
#ss.public_header_files = 'EasyShowView/EasyShow{Utils,Label}.h', 'EasyShowView/UIView+EasyShowExt.h'

end
end
Binary file modified EasyShowView/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
316 changes: 138 additions & 178 deletions EasyShowViewDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit c413e0f

Please sign in to comment.