Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Remove circular dependency from Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lazerwalker committed Nov 5, 2014
1 parent bafc942 commit d260b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SlackTextViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Pod::Spec.new do |s|
s.source_files = "Classes", "Source/Classes/*.{h,m}"
s.frameworks = 'UIKit'

s.dependency 'SlackTextViewController/Additions'

s.subspec 'Additions' do |add|
add.source_files = 'Source/Additions/*.{h,m}'
end
Expand Down

0 comments on commit d260b4f

Please sign in to comment.