Browse Source

update podspec

Daniel Zlotin 7 years ago
parent
commit
e94f5d1d28
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      ReactNativeNavigation.podspec

+ 3
- 3
ReactNativeNavigation.podspec View File

5
 Pod::Spec.new do |s|
5
 Pod::Spec.new do |s|
6
   s.name         = "ReactNativeNavigation"
6
   s.name         = "ReactNativeNavigation"
7
   s.version      = package['version']
7
   s.version      = package['version']
8
-  s.summary      = "A Native Navigation Solution for React Native"
8
+  s.summary      = package['description']
9
 
9
 
10
-  s.authors      = "Wix"
11
-  s.homepage     = "https://github.com/wix/react-native-navigation.git#readme"
10
+  s.authors      = "Wix.com"
11
+  s.homepage     = package['homepage']
12
   s.license      = package['license']
12
   s.license      = package['license']
13
   s.platform     = :ios, "9.0"
13
   s.platform     = :ios, "9.0"
14
 
14