ソースを参照

update podspec

Daniel Zlotin 7 年 前
コミット
e94f5d1d28
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      ReactNativeNavigation.podspec

+ 3
- 3
ReactNativeNavigation.podspec ファイルの表示

@@ -5,10 +5,10 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
5 5
 Pod::Spec.new do |s|
6 6
   s.name         = "ReactNativeNavigation"
7 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 12
   s.license      = package['license']
13 13
   s.platform     = :ios, "9.0"
14 14