Skip to content

Commit

Permalink
pod
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdahong committed Oct 3, 2020
1 parent f8e2cd2 commit 46e54dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UITableViewDynamicLayoutCacheHeight.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ s.source = {:git => 'https://github.com/liangdahong/UITableViewDynamicLayo
s.requires_arc = true
s.source_files = 'UITableViewDynamicLayoutCacheHeight/**/*.{h,m}'

#s.subspec 'Category' do |ss|
# ss.source_files = 'UITableViewDynamicLayoutCacheHeight/Classes/UITableViewCell+BMDynamicLayout.{h,m}', 'UITableViewDynamicLayoutCacheHeight/Classes/UITableViewHeaderFooterView+BMDynamicLayout.{h,m}'
#end
s.subspec 'Category' do |ss|
ss.source_files = 'UITableViewDynamicLayoutCacheHeight/Classes/UITableViewCell+BMDynamicLayout.{h,m}', 'UITableViewDynamicLayoutCacheHeight/Classes/UITableViewHeaderFooterView+BMDynamicLayout.{h,m}'
end

end

0 comments on commit 46e54dd

Please sign in to comment.