Merge branch 'patch-2' into 'master'
Update React.podspec See merge request !3
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -7,7 +7,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1' | @@ -7,7 +7,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1' | ||
7 | 7 | ||
8 | Pod::Spec.new do |s| | 8 | Pod::Spec.new do |s| |
9 | s.name = "React" | 9 | s.name = "React" |
10 | - s.version = "1.0.6" | 10 | + s.version = "1.0.7" |
11 | s.summary = package["description"] | 11 | s.summary = package["description"] |
12 | s.description = <<-DESC | 12 | s.description = <<-DESC |
13 | React Native apps are built using the React JS | 13 | React Native apps are built using the React JS |
@@ -36,7 +36,7 @@ Pod::Spec.new do |s| | @@ -36,7 +36,7 @@ Pod::Spec.new do |s| | ||
36 | 36 | ||
37 | s.subspec "Core" do |ss| | 37 | s.subspec "Core" do |ss| |
38 | ss.dependency "Yoga", "#{package["version"]}.React" | 38 | ss.dependency "Yoga", "#{package["version"]}.React" |
39 | - ss.dependency "YH_Analytics", "3.2.1" | 39 | + ss.dependency "YH_Analytics" |
40 | ss.source_files = "React/**/*.{c,h,m,mm,S,cpp}" | 40 | ss.source_files = "React/**/*.{c,h,m,mm,S,cpp}" |
41 | ss.exclude_files = "**/__tests__/*", | 41 | ss.exclude_files = "**/__tests__/*", |
42 | "IntegrationTests/*", | 42 | "IntegrationTests/*", |
-
Please register or login to post a comment