Skip to content

Commit

Permalink
[React Native] Update podspec for 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Akers committed May 14, 2015
1 parent 6e179fb commit e84e571
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ Pod::Spec.new do |s|
ss.preserve_paths = "Libraries/PushNotificationIOS/*.js"
end

s.subspec 'RCTWebSocketDebugger' do |ss|
s.subspec 'RCTSettings' do |ss|
ss.dependency 'React/Core'
ss.libraries = 'icucore'
ss.source_files = "Libraries/RCTWebSocketDebugger/*.{h,m}"
ss.source_files = "Libraries/Settings/*.{h,m}"
ss.preserve_paths = "Libraries/Settings/*.js"
end

s.subspec 'RCTText' do |ss|
Expand All @@ -97,4 +97,9 @@ Pod::Spec.new do |s|
ss.source_files = "Libraries/Vibration/*.{h,m}"
ss.preserve_paths = "Libraries/Vibration/*.js"
end

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

0 comments on commit e84e571

Please sign in to comment.