Add dependency on TransitionKit for state machines

This commit is contained in:
Blake Watters
2013-04-11 15:23:51 -04:00
parent 75fbe7df92
commit 93c29e778c
3 changed files with 5 additions and 0 deletions

View File

@@ -69,5 +69,6 @@ EOS
s.subspec 'Support' do |ss|
ss.header_dir = 'RestKit/Support'
ss.source_files = 'Code/Support'
ss.dependency 'TransitionKit', '1.1.0'
end
end