Skip to content

Commit

Permalink
Move libicucore to RCTWebSocketDebugger subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 committed Mar 29, 2015
1 parent ed74b82 commit d63c1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Pod::Spec.new do |s|
s.frameworks = "JavaScriptCore"
s.requires_arc = true
s.prepare_command = 'npm install'
s.libraries = 'icucore'

s.subspec 'RCTActionSheet' do |ss|
ss.source_files = "Libraries/ActionSheetIOS/*.{h,m}"
Expand Down Expand Up @@ -64,6 +63,7 @@ Pod::Spec.new do |s|

s.subspec 'RCTWebSocketDebugger' do |ss|
ss.source_files = "Libraries/RCTWebSocketDebugger/*.{h,m}"
ss.libraries = 'icucore'
end

s.subspec 'RCTText' do |ss|
Expand Down

0 comments on commit d63c1a3

Please sign in to comment.