React.podspec fix for RCTAnimation header issue

Summary:
Fixes issue described #13198

Simpler, compared to #13217

Build no longer fails on not being able to find `RCTAnimation/RCTValueAnimatedNode.h`.
Closes https://github.com/facebook/react-native/pull/13785

Differential Revision: D5017734

Pulled By: javache

fbshipit-source-id: e398f74e0fbb1a8f5a43d0a80a4cd3a3587c81b3
This commit is contained in:
Vjeran Crnjak 2017-05-09 11:01:03 -07:00 committed by Facebook Github Bot
parent 73fc439bc0
commit 7b7d6bb158
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ Pod::Spec.new do |s|
s.subspec "RCTAnimation" do |ss|
ss.dependency "React/Core"
ss.source_files = "Libraries/NativeAnimation/{Drivers/*,Nodes/*,*}.{h,m}"
ss.header_dir = "RCTAnimation"
end
s.subspec "RCTCameraRoll" do |ss|