Skip to content

Commit

Permalink
chore: Edit dir
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlab committed Nov 7, 2021
1 parent ac5e875 commit 532d087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DynamicBottomSheet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DynamicBottomSheet'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Customizable Dynamic Bottom Sheet Library for iOS'

s.description = <<-DESC
Expand All @@ -29,7 +29,7 @@ However, you can easily override variables in DynamicBottomSheetViewController a
s.swift_version = "5.0"
s.ios.deployment_target = '10.0'

s.source_files = 'DynamicBottomSheet/Classes/**/*'
s.source_files = 'DynamicBottomSheet/Classes/*.{swift}'

s.dependency 'RxSwift', '~> 6.0'
s.dependency 'RxCocoa', '~> 6.0'
Expand Down

0 comments on commit 532d087

Please sign in to comment.