Authored by 孙凯

update YH_Analytics to 3.2.1 review by chenlin

... ... @@ -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 = "1.0.4"
s.version = "1.0.6"
s.summary = package["description"]
s.description = <<-DESC
React Native apps are built using the React JS
... ... @@ -36,7 +36,7 @@ Pod::Spec.new do |s|
s.subspec "Core" do |ss|
ss.dependency "Yoga", "#{package["version"]}.React"
ss.dependency "YH_Analytics", "3.2.0"
ss.dependency "YH_Analytics", "3.2.1"
ss.source_files = "React/**/*.{c,h,m,mm,S,cpp}"
ss.exclude_files = "**/__tests__/*",
"IntegrationTests/*",
... ...