diff --git a/SwiftDataTables.podspec b/SwiftDataTables.podspec index 5cce447..b54baef 100755 --- a/SwiftDataTables.podspec +++ b/SwiftDataTables.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'SwiftDataTables' - s.version = '0.7.3' + s.version = '0.7.4' s.summary = 'A Swift Data Table package that allows ordering, searching, and paging with extensible options.' # This description is used to generate tags and improve search results. @@ -31,14 +31,6 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' } s.source_files = 'SwiftDataTables/**/*' - # Classes/**/*' - -# s.resource_bundles = { -# 'SwiftDataTables' => ['SwiftDataTables/SwiftDataTables.bundle'] -# } s.resources = 'SwiftDataTables/SwiftDataTables.bundle' - # s.public_header_files = 'Pod/Classes/**/*.h' - # s.frameworks = 'UIKit', 'MapKit' - # s.dependency 'AFNetworking', '~> 2.3' end