mirror of
https://github.com/averello/LogKit.git
synced 2026-03-01 18:23:21 +01:00
10 lines
303 B
Ruby
10 lines
303 B
Ruby
use_frameworks!
|
|
target 'LogKit_Tests' do
|
|
pod 'LogKit', :path => '../'
|
|
|
|
pod 'RepresentationKit', :git => 'https://github.com/averello/RepresentationKit.git'
|
|
pod 'ContentKit', :git => 'https://github.com/averello/ContentKit.git'
|
|
pod 'Ents', :git => 'https://github.com/averello/Ents.git'
|
|
|
|
end
|