From ef7f54bdf5a2f1f727680a58f322d4bfe4116397 Mon Sep 17 00:00:00 2001 From: codwam Date: Tue, 25 Apr 2017 21:36:16 +0800 Subject: [PATCH] Update podspec --- LHDropDownTextField.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LHDropDownTextField.podspec b/LHDropDownTextField.podspec index 726341e..3ef01c2 100644 --- a/LHDropDownTextField.podspec +++ b/LHDropDownTextField.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -为 UITextField 扩展 UIPickerView、UIDatePicker功能。 + 为 UITextField 扩展 UIPickerView、UIDatePicker 功能。 DESC s.homepage = 'https://github.com/codwam/LHDropDownTextField' @@ -33,7 +33,7 @@ Pod::Spec.new do |s| s.source_files = 'LHDropDownTextField/Classes/**/*' # s.resource_bundles = { - # 'LHDropDownTextField' => ['LHDropDownTextField/Assets/*.png'] + # 'podTestLibrary' => ['podTestLibrary/Assets/*.png'] # } # s.public_header_files = 'Pod/Classes/**/*.h'