-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2acc9d
commit 5332bbb
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
build/npm/navigation-react-native/navigation-react-native.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "navigation-react-native" | ||
spec.version = "5.3.1" | ||
spec.version = "5.4.0" | ||
spec.license = "Apache-2.0" | ||
spec.summary = "React Native plugin for the Navigation router" | ||
spec.homepage = "http://grahammendick.github.io/navigation/" | ||
spec.platform = :ios, "9.0" | ||
spec.author = "Graham Mendick" | ||
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v5.3.1-NavigationReactNative" } | ||
spec.source = { :git => "git://github.com/grahammendick/navigation.git", :tag => "v5.4.0-NavigationReactNative" } | ||
spec.source_files = "ios/**/*.{h,m}" | ||
spec.dependency "React" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters