mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
TM iOS: Set up CocoaPods specs for the TM specs
Summary: This defines various sub specs to support building TurboModules that implement the codegen'ed specs. Reviewed By: PeteTheHeat Differential Revision: D16043221 fbshipit-source-id: 27ed532be929c11c8fe648632da8a72061cbc8b0
This commit is contained in:
committed by
Facebook Github Bot
parent
020c11cc7b
commit
fde8a4cf93
@@ -31,7 +31,8 @@ Pod::Spec.new do |s|
|
||||
s.platforms = { :ios => "9.0", :tvos => "9.2" }
|
||||
s.source = source
|
||||
s.source_files = "**/*.{c,h,m,mm,S,cpp}"
|
||||
s.exclude_files = "DevSupport/**/*",
|
||||
s.exclude_files = "CoreModules/**/*",
|
||||
"DevSupport/**/*",
|
||||
"Fabric/**/*",
|
||||
"Inspector/**/*"
|
||||
s.ios.exclude_files = "**/RCTTV*.*"
|
||||
|
||||
Reference in New Issue
Block a user