Skip to content

Commit

Permalink
Merge pull request #1 from inderdhir/spm
Browse files Browse the repository at this point in the history
Add support for SPM
  • Loading branch information
Inder Dhir authored Dec 19, 2020
2 parents 97e73de + 5b97c4c commit 3da8040
Show file tree
Hide file tree
Showing 35 changed files with 756 additions and 1,042 deletions.
26 changes: 3 additions & 23 deletions BreadCrumbHeaders.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,16 @@

Pod::Spec.new do |s|
s.name = 'BreadCrumbHeaders'
s.version = '1.0.2'
s.version = '1.1.0'
s.summary = 'Breadcrumb-like static headers for iOS used to group screens into a flow.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
BreadCrumbHeaders is designed to be used whenever you have a few screens that belong to a specific flow. Example, if you have a store checkout flow where you need to collect shipping and billing info, this can be used to notify the user what iss coming and how many steps are needed to complete the flow.
DESC

s.homepage = 'https://github.com/inderdhir/BreadcrumbHeaders'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Inder Dhir' => '[email protected]' }
s.source = { :git => 'https://github.com/inderdhir/BreadcrumbHeaders.git', :tag => s.version.to_s }

s.swift_version = '5.0'

s.ios.deployment_target = '10.0'

s.source_files = 'BreadCrumbHeaders/Classes/**/*'

# s.resource_bundles = {
# 'BreadCrumbHeaders' => ['BreadCrumbHeaders/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'
s.ios.deployment_target = '11.0'
s.source_files = 'Sources/BreadCrumbHeaders/**/*'
end
Loading

0 comments on commit 3da8040

Please sign in to comment.