Skip to content

Commit

Permalink
Fix podspec subspec dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phimage committed Nov 27, 2015
1 parent 80dbf31 commit 0a72d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Erik.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Pod::Spec.new do |s|

s.subspec "Future" do |sp|
sp.source_files = "Erik/Future/*.swift"
sp.dependency 'Erik/Core'
sp.dependency 'BrightFutures'
end

Expand Down

0 comments on commit 0a72d5e

Please sign in to comment.