Skip to content

Commit

Permalink
Adds React as a dependency (beefe#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
migue1s authored and xwenliang committed Apr 26, 2018
1 parent ccb3145 commit a4410df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Picker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Pod::Spec.new do |s|
s.preserve_paths = '*.js'

s.subspec 'Core' do |ss|
ss.dependency 'React'
ss.source_files = 'ios/RCTBEEPickerManager/*.{h,m}'
ss.public_header_files = ['ios/RCTBEEPickerManager/*.h']
end
Expand Down

0 comments on commit a4410df

Please sign in to comment.