woopsie, fix typo
This commit is contained in:
parent
c9e04603d7
commit
dd6e126d15
|
@ -5,7 +5,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|||
Pod::Spec.new do |s|
|
||||
s.name = package['name']
|
||||
s.version = package['version']
|
||||
s.summary = package['description]
|
||||
s.summary = package['description']
|
||||
|
||||
s.authors = package['author']
|
||||
s.homepage = package['homepage']
|
||||
|
|
Loading…
Reference in New Issue