Skip to content

Commit

Permalink
[Pods] Define a subspec for LinkingIOS
Browse files Browse the repository at this point in the history
Summary:
Summary:
Adds a CocoaPods subspec for LinkingIOS

Discussed in issue facebook#667

Closes facebook#1586
Github Author: Mark Edington <[email protected]>

Test Plan:
  Pull in the subspec and run a sample which calls
RCTLinkingManager.openURL(url);
  • Loading branch information
Mark Edington committed Jun 11, 2015
1 parent f848241 commit 61c1631
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions React.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,10 @@ Pod::Spec.new do |s|
ss.source_files = "Libraries/WebSocket/*.{h,m}"
ss.preserve_paths = "Libraries/WebSocket/*.js"
end

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

0 comments on commit 61c1631

Please sign in to comment.