diff --git a/SJStaticTableView.podspec b/SJStaticTableView.podspec index 040b7c5..ab09324 100644 --- a/SJStaticTableView.podspec +++ b/SJStaticTableView.podspec @@ -90,7 +90,8 @@ Pod::Spec.new do |s| # Not including the public_header_files will make all headers public. # - s.source_files = "SJStaticTableViewComponent/*.{h,m}" + s.source_files = 'SJStaticTableViewComponent' + s.resources = "Resources/*" #s.exclude_files = "Classes/Exclude" # s.public_header_files = "Classes/**/*.h" diff --git a/SJStaticTableViewComponent/Resource/arrow@2x.png b/SJStaticTableViewComponent/Resources/arrow@2x.png similarity index 100% rename from SJStaticTableViewComponent/Resource/arrow@2x.png rename to SJStaticTableViewComponent/Resources/arrow@2x.png diff --git a/SJStaticTableViewComponent/Const/SJConst.h b/SJStaticTableViewComponent/SJConst.h similarity index 100% rename from SJStaticTableViewComponent/Const/SJConst.h rename to SJStaticTableViewComponent/SJConst.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableView.h b/SJStaticTableViewComponent/SJStaticTableView.h similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableView.h rename to SJStaticTableViewComponent/SJStaticTableView.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableView.m b/SJStaticTableViewComponent/SJStaticTableView.m similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableView.m rename to SJStaticTableViewComponent/SJStaticTableView.m diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryDisclosureIndicator.h b/SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryDisclosureIndicator.h similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryDisclosureIndicator.h rename to SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryDisclosureIndicator.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryDisclosureIndicator.m b/SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryDisclosureIndicator.m similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryDisclosureIndicator.m rename to SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryDisclosureIndicator.m diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryNone.h b/SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryNone.h similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryNone.h rename to SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryNone.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryNone.m b/SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryNone.m similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessoryNone.m rename to SJStaticTableViewComponent/SJStaticTableViewCell+AccessoryNone.m diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessorySwitch.h b/SJStaticTableViewComponent/SJStaticTableViewCell+AccessorySwitch.h similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessorySwitch.h rename to SJStaticTableViewComponent/SJStaticTableViewCell+AccessorySwitch.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessorySwitch.m b/SJStaticTableViewComponent/SJStaticTableViewCell+AccessorySwitch.m similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+AccessorySwitch.m rename to SJStaticTableViewComponent/SJStaticTableViewCell+AccessorySwitch.m diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+Logout.h b/SJStaticTableViewComponent/SJStaticTableViewCell+Logout.h similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+Logout.h rename to SJStaticTableViewComponent/SJStaticTableViewCell+Logout.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+Logout.m b/SJStaticTableViewComponent/SJStaticTableViewCell+Logout.m similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+Logout.m rename to SJStaticTableViewComponent/SJStaticTableViewCell+Logout.m diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+MeAvatar.h b/SJStaticTableViewComponent/SJStaticTableViewCell+MeAvatar.h similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+MeAvatar.h rename to SJStaticTableViewComponent/SJStaticTableViewCell+MeAvatar.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell+MeAvatar.m b/SJStaticTableViewComponent/SJStaticTableViewCell+MeAvatar.m similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell+MeAvatar.m rename to SJStaticTableViewComponent/SJStaticTableViewCell+MeAvatar.m diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell.h b/SJStaticTableViewComponent/SJStaticTableViewCell.h similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell.h rename to SJStaticTableViewComponent/SJStaticTableViewCell.h diff --git a/SJStaticTableViewComponent/View/SJStaticTableViewCell.m b/SJStaticTableViewComponent/SJStaticTableViewCell.m similarity index 100% rename from SJStaticTableViewComponent/View/SJStaticTableViewCell.m rename to SJStaticTableViewComponent/SJStaticTableViewCell.m diff --git a/SJStaticTableViewComponent/ViewController/SJStaticTableViewController.h b/SJStaticTableViewComponent/SJStaticTableViewController.h similarity index 100% rename from SJStaticTableViewComponent/ViewController/SJStaticTableViewController.h rename to SJStaticTableViewComponent/SJStaticTableViewController.h diff --git a/SJStaticTableViewComponent/ViewController/SJStaticTableViewController.m b/SJStaticTableViewComponent/SJStaticTableViewController.m similarity index 100% rename from SJStaticTableViewComponent/ViewController/SJStaticTableViewController.m rename to SJStaticTableViewComponent/SJStaticTableViewController.m diff --git a/SJStaticTableViewComponent/Model/SJStaticTableViewDataSource.h b/SJStaticTableViewComponent/SJStaticTableViewDataSource.h similarity index 100% rename from SJStaticTableViewComponent/Model/SJStaticTableViewDataSource.h rename to SJStaticTableViewComponent/SJStaticTableViewDataSource.h diff --git a/SJStaticTableViewComponent/Model/SJStaticTableViewDataSource.m b/SJStaticTableViewComponent/SJStaticTableViewDataSource.m similarity index 100% rename from SJStaticTableViewComponent/Model/SJStaticTableViewDataSource.m rename to SJStaticTableViewComponent/SJStaticTableViewDataSource.m diff --git a/SJStaticTableViewComponent/Header/SJStaticTableViewHeader.h b/SJStaticTableViewComponent/SJStaticTableViewHeader.h similarity index 100% rename from SJStaticTableViewComponent/Header/SJStaticTableViewHeader.h rename to SJStaticTableViewComponent/SJStaticTableViewHeader.h diff --git a/SJStaticTableViewComponent/ViewModel/SJStaticTableviewCellViewModel.h b/SJStaticTableViewComponent/SJStaticTableviewCellViewModel.h similarity index 100% rename from SJStaticTableViewComponent/ViewModel/SJStaticTableviewCellViewModel.h rename to SJStaticTableViewComponent/SJStaticTableviewCellViewModel.h diff --git a/SJStaticTableViewComponent/ViewModel/SJStaticTableviewCellViewModel.m b/SJStaticTableViewComponent/SJStaticTableviewCellViewModel.m similarity index 100% rename from SJStaticTableViewComponent/ViewModel/SJStaticTableviewCellViewModel.m rename to SJStaticTableViewComponent/SJStaticTableviewCellViewModel.m diff --git a/SJStaticTableViewComponent/ViewModel/SJStaticTableviewSectionViewModel.h b/SJStaticTableViewComponent/SJStaticTableviewSectionViewModel.h similarity index 100% rename from SJStaticTableViewComponent/ViewModel/SJStaticTableviewSectionViewModel.h rename to SJStaticTableViewComponent/SJStaticTableviewSectionViewModel.h diff --git a/SJStaticTableViewComponent/ViewModel/SJStaticTableviewSectionViewModel.m b/SJStaticTableViewComponent/SJStaticTableviewSectionViewModel.m similarity index 100% rename from SJStaticTableViewComponent/ViewModel/SJStaticTableviewSectionViewModel.m rename to SJStaticTableViewComponent/SJStaticTableviewSectionViewModel.m