mirror of
https://github.com/google/santa.git
synced 2026-01-15 01:08:12 -05:00
13 lines
136 B
Ruby
13 lines
136 B
Ruby
platform :osx, "10.9"
|
|
|
|
inhibit_all_warnings!
|
|
|
|
target :santad do
|
|
pod 'FMDB'
|
|
end
|
|
|
|
target :LogicTests do
|
|
pod 'OCMock'
|
|
pod 'FMDB'
|
|
end
|