Integrate multiple Pods libraries with multiple user targets.

This commit is contained in:
Eloy Duran
2012-03-27 16:09:41 +02:00
parent 59eec5a9af
commit 69de5e8d1e
14 changed files with 419 additions and 71 deletions

2
.kick
View File

@@ -5,6 +5,8 @@ Kicker::Recipes::Ruby.runner_bin = 'bacon'
process do |files|
specs = files.take_and_map do |file|
case file
when %r{lib/cocoapods/installer.+\.rb$}
'spec/unit/installer_spec.rb'
when %r{lib/cocoapods/(.+?)\.rb$}
s = Dir.glob("spec/**/#{$1}_spec.rb")
s unless s.empty?