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