Skip to content

Instantly share code, notes, and snippets.

@mickeyreiss
Last active June 21, 2024 19:04
Show Gist options
  • Save mickeyreiss/fed6ca82c8a49d40e3795a5d0760a71a to your computer and use it in GitHub Desktop.
Save mickeyreiss/fed6ca82c8a49d40e3795a5d0760a71a to your computer and use it in GitHub Desktop.
Pod::Spec.new do |spec|
spec.name = 'FootprintSwift'
spec.version = '1.0.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/onefootprint/footprint-swift'
spec.authors = ['Footprint']
spec.summary = 'Footprint Swift SDK'
spec.source = { :git => 'https://github.com/onefootprint/footprint-swift.git', :tag => '1.0.1' }
spec.source_files = 'Sources/**/*.swift'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment