Skip to content

Commit

Permalink
delete PickerBase
Browse files Browse the repository at this point in the history
  • Loading branch information
akuraru committed Apr 28, 2020
1 parent 661cb0d commit 2d27460
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 258 deletions.
2 changes: 1 addition & 1 deletion Tests/UITextFieldWithPickerTest.m
Expand Up @@ -28,7 +28,7 @@ - (void)setUp {
textFieldWithPicker.dataSource = @[@"a", @"b", @"c"];
}

- (void)tearDown {
- (void)tearDown {
textFieldWithPicker = nil;
[super tearDown];
}
Expand Down
10 changes: 2 additions & 8 deletions UITextSubClass.podspec
Expand Up @@ -20,19 +20,13 @@ Pod::Spec.new do |s|
a.resource_bundles = { 'UITextSubClassLocalize' => ['UITextSubClass/*.lproj'] }
a.source_files = 'UITextSubClass/UITextSubClassHelper.{h,m}'
end
# UIPickerBase
s.subspec 'UITextFieldWithPickerBase' do |a|
a.source_files = 'UITextSubClass/UITextFieldWithPickerBase/*.{h,m}'
a.dependency 'UITextSubClass/Core'

end
s.subspec 'UITextFieldWithDatePicker' do |a|
a.source_files = 'UITextSubClass/UITextFieldWithDatePicker/*.swift'
a.dependency 'UITextSubClass/UITextFieldWithPickerBase'
a.dependency 'UITextSubClass/Core'
end
s.subspec 'UITextFieldWithPicker' do |a|
a.source_files = 'UITextSubClass/UITextFieldWithPicker/*.swift'
a.dependency 'UITextSubClass/UITextFieldWithPickerBase'
a.dependency 'UITextSubClass/Core'
end

s.subspec 'UITextFieldWithDecimalPad' do |a|
Expand Down

This file was deleted.

201 changes: 0 additions & 201 deletions UITextSubClass/UITextFieldWithPickerBase/UITextFieldWithPickerBase.m

This file was deleted.

This file was deleted.

0 comments on commit 2d27460

Please sign in to comment.