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
 Pod::Spec.new do |s|
5
 Pod::Spec.new do |s|
6
   s.name         = package['name']
6
   s.name         = package['name']
7
   s.version      = package['version']
7
   s.version      = package['version']
8
-  s.summary      = package['description]
8
+  s.summary      = package['description']
9
 
9
 
10
   s.authors      = package['author']
10
   s.authors      = package['author']
11
   s.homepage     = package['homepage']
11
   s.homepage     = package['homepage']