Skip to content

Commit 4c49db4

Browse files
greisFacebook Github Bot 6
authored andcommitted
Set podspec version to be greater than zero
Summary:Cocoapods requires that the version should be greater than zero. So if you have your react-native dependency pointing to the master repo it will fail when you pod install. Closes facebook#6381 Differential Revision: D3032151 fb-gh-sync-id: 0ba820b8e746e7f03e963f292ec8ccf55263dcc7 shipit-source-id: 0ba820b8e746e7f03e963f292ec8ccf55263dcc7
1 parent d8e794c commit 4c49db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "React"
3-
s.version = "0.0.0-master"
3+
s.version = "0.0.1-master"
44
s.summary = "Build high quality mobile apps using React."
55
s.description = <<-DESC
66
React Native apps are built using the React JS

0 commit comments

Comments
 (0)