-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AnchoredBottomSheet' | ||
s.version = '1.3.5' | ||
s.version = '1.4' | ||
s.summary = 'iOS Maps like bottom sheet with configurable anchors and reusable pannable View' | ||
|
||
s.description = <<-DESC | ||
|
@@ -13,8 +13,8 @@ This small library tries to achieve this goals: | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'havebeenfitz' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/havebeenfitz/anchoredbottomsheet.git', :tag => s.version.to_s } | ||
s.swift_versions = '4.0', '5.0' | ||
s.ios.deployment_target = '10.0' | ||
s.swift_versions = '5.0' | ||
s.ios.deployment_target = '12.0' | ||
|
||
s.source_files = 'Sources/AnchoredBottomSheet/**/*' | ||
end |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.