Skip to content

Instantly share code, notes, and snippets.

View mickeyreiss's full-sized avatar

Mickey Reiss mickeyreiss

View GitHub Profile
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