Commit 6c080100 authored by Aaron Lee's avatar Aaron Lee Committed by zooble

Fix ambiguous resolution with react-native module (#266)

parent 00dcb459
...@@ -14,8 +14,6 @@ Pod::Spec.new do |s| ...@@ -14,8 +14,6 @@ Pod::Spec.new do |s|
s.platform = :ios, '7.0' s.platform = :ios, '7.0'
s.preserve_paths = '*.js' s.preserve_paths = '*.js'
s.dependency 'React'
s.subspec 'Core' do |ss| s.subspec 'Core' do |ss|
ss.source_files = 'ios/RCTBEEPickerManager/*.{h,m}' ss.source_files = 'ios/RCTBEEPickerManager/*.{h,m}'
ss.public_header_files = ['ios/RCTBEEPickerManager/*.h'] ss.public_header_files = ['ios/RCTBEEPickerManager/*.h']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment