mirror of
https://github.com/averello/LKVCKit.git
synced 2026-03-03 18:23:37 +01:00
11 lines
168 B
Ruby
11 lines
168 B
Ruby
use_frameworks!
|
|
platform :ios, '8.0'
|
|
|
|
target 'LKVCKit_Tests' do
|
|
pod 'LKVCKit', :path => '../'
|
|
|
|
pod 'Ents', :git => 'https://github.com/averello/Ents.git'
|
|
|
|
|
|
end
|