[dist] Update package.json and CocoaPods versions to 0.7.0-rc.2

This release includes a fix for ListViews so that they no longer produce a redbox. The versioning uses the "rc.#" style that http://semver.org/ uses.

Also went back to using tags for CocoaPods. Will create the git tag v0.7.0-rc.2 that points to this commit.
This commit is contained in:
James Ide
2015-06-26 15:50:17 -07:00
parent 2ed3f7d129
commit 6b0cb9243f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "React"
s.version = "0.7.0-rc"
s.version = "0.7.0-rc.2"
s.summary = "Build high quality mobile apps using React."
s.description = <<-DESC
React Native apps are built using the React JS
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.homepage = "http://facebook.github.io/react-native/"
s.license = "BSD"
s.author = "Facebook"
s.source = { :git => "https://github.com/facebook/react-native.git", :commit => "da0a97d" }
s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "v#{s.version}" }
s.default_subspec = 'Core'
s.requires_arc = true
s.platform = :ios, "7.0"