Authored by 孙凯

update version review by qiangbing

... ... @@ -7,7 +7,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1'
Pod::Spec.new do |s|
s.name = "React"
s.version = "0.54.4"
s.version = "0.54.5"
s.summary = package["description"]
s.description = <<-DESC
React Native apps are built using the React JS
... ... @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
with an emphasis on iteration speed, developer
delight, continuity of technology, and absolutely
beautiful and fast products with no compromises in
quality or capability.
quality or capability. 0.54.4
DESC
s.homepage = "http://facebook.github.io/react-native/"
s.license = package["license"]
... ...