Browse Source

woopsie, fix typo

Thibault Malbranche 5 years ago
parent
commit
dd6e126d15
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react-native-webview.podspec

+ 1
- 1
react-native-webview.podspec View File

@@ -5,7 +5,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
5 5
 Pod::Spec.new do |s|
6 6
   s.name         = package['name']
7 7
   s.version      = package['version']
8
-  s.summary      = package['description]
8
+  s.summary      = package['description']
9 9
 
10 10
   s.authors      = package['author']
11 11
   s.homepage     = package['homepage']