woopsie, fix typo

This commit is contained in:
Thibault Malbranche 2018-09-09 19:39:38 +02:00
parent c9e04603d7
commit dd6e126d15
1 changed files with 1 additions and 1 deletions

View File

@ -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']