Skip to content

Commit ecd2de2

Browse files
Merge pull request #118 from andrewsardone/patch-1
[minor] Fix podspec summary (wrong project)
2 parents 07e8eb7 + c6ac517 commit ecd2de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-navigation.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
55
Pod::Spec.new do |s|
66
s.name = "native-navigation"
77
s.version = package['version']
8-
s.summary = "React Native Mapview component for iOS + Android"
8+
s.summary = "Native navigation library for React Native applications"
99

1010
s.authors = { "intelligibabble" => "[email protected]" }
1111
s.homepage = "https://github.com/airbnb/native-navigation#readme"

0 commit comments

Comments
 (0)