Added license

This commit is contained in:
Casper Zandbergen 2020-12-08 12:29:52 +01:00
parent 9b55029f9e
commit 1d7d1dc669
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Pod::Spec.new do |s|
s.name = 'ScrollViewProxy'
s.version = '1.0.0'
s.summary = 'Helps with scroll to locations in a ScrollView'
s.license = { type: 'MIT' }
s.homepage = 'https://github.com/amzd/ScrollViewProxy'
s.author = { 'Casper Zandbergen' => 'info@casperzandbergen.nl' }
s.source = { :git => 'https://github.com/amzd/ScrollViewProxy.git', :tag => s.version.to_s }