Compare commits

...
Author SHA1 Message Date
James Ide 2b0e8dd303 0.10.0-rc 2015-08-14 21:24:16 -07:00
James Ide 8ed0bafad2 [Podspec] Remove AnimationExperimental subspec and update Image subspec 2015-08-14 21:23:53 -07:00
2 changed files with 3 additions and 9 deletions
+2 -8
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "React"
s.version = "0.8.0"
s.version = "0.10.0-rc"
s.summary = "Build high quality mobile apps using React."
s.description = <<-DESC
React Native apps are built using the React JS
@@ -50,12 +50,6 @@ Pod::Spec.new do |s|
ss.preserve_paths = "Libraries/AdSupport/*.js"
end
s.subspec 'RCTAnimationExperimental' do |ss|
ss.dependency 'React/Core'
ss.source_files = "Libraries/Animation/RCTAnimationExperimental*.{h,m}"
ss.preserve_paths = "Libraries/Animation/*.js"
end
s.subspec 'RCTGeolocation' do |ss|
ss.dependency 'React/Core'
ss.source_files = "Libraries/Geolocation/*.{h,m}"
@@ -64,7 +58,7 @@ Pod::Spec.new do |s|
s.subspec 'RCTImage' do |ss|
ss.dependency 'React/Core'
ss.source_files = "Libraries/Image/*.{h,m}"
ss.source_files = ["Libraries/Image/*.{h,m}", "Libraries/Network/*.{h,m}"]
ss.preserve_paths = "Libraries/Image/*.js"
end
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.8.0",
"version": "0.10.0-rc",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {